Color Hex Logo

#bbdcca Color Hex

#BBDCCA
(187,220,202)
0 Favorites   0 Comments

Color spaces of #bbdcca

RGB 187220202
HSL0.410.320.80
HSV147°15°86°
CMYK 0.150.000.08   0.14
XYZ56.747466.015565.6285
Yxy66.01550.30120.3504
Hunter Lab81.2499-17.51768.9843
CIE-Lab85.0043-14.34045.2022

#bbdcca color RGB value is (187,220,202).

#bbdcca hex color red value is 187, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bbdcca hue: 0.41 , saturation: 0.32 and the lightness value of bbdcca is 0.80.

The process color (four color CMYK) of #bbdcca color hex is 0.15, 0.00, 0.08, 0.14. Web safe color of #bbdcca is #cccccc. Color #bbdcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11001010
Octal 273 334 312
Decimal 187 220 202
Hex BB DC CA

RGB Percentages of Color #bbdcca

%30.71
%36.12
%33.17

CMYK Percentages of Color #bbdcca

%15
%0
%8
%14

Triadic Colors of #bbdcca

#bbdcca #cabbdc #dccabb

Analogous Colors of #bbdcca

#bbdcca #bbdcdb #bddcbb

Monochromatic Colors of #bbdcca

#bbdcca

Complementary Color

#bbdcca #dcbbcd

#bbdcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcca Color CSS Codes

.mybgcolor {background-color:#bbdcca; } 
.myforecolor {color:#bbdcca; }
.mybordercolor {border:3px solid #bbdcca; }

#bbdcca Text Font Color

<p style="color:#bbdcca">Text here</p>

This sample text font color is #bbdcca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbdcca Background Color

<div style="background-color:#bbdcca">
Div content here</div>

This div background color is #bbdcca


#bbdcca Border Color

<div style="border:3px solid #bbdcca">
Div here</div>

This div border color is #bbdcca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,220,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbdcca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbdcca;
  -webkit-box-shadow: 1px 1px 3px 2px #bbdcca;
  box-shadow:         1px 1px 3px 2px #bbdcca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,220,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbdcca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdcca;
  -webkit-box-shadow: 1px 1px 3px 2px #bbdcca;
  box-shadow:         1px 1px 3px 2px #bbdcca;">
Div content here</div>

This div box has shadow with color #bbdcca


Comments

No comments written yet.

Please login to write comment.