Color Hex Logo

#bbadca Color Hex

#BBADCA
(187,173,202)
0 Favorites   0 Comments

Color spaces of #bbadca

RGB 187173202
HSL0.750.210.74
HSV269°14°79°
CMYK 0.070.140.00   0.21
XYZ46.097844.716262.0786
Yxy44.71620.30150.2925
Hunter Lab66.87026.0284-8.2325
CIE-Lab72.704610.4939-12.9015

#bbadca color RGB value is (187,173,202).

#bbadca hex color red value is 187, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bbadca hue: 0.75 , saturation: 0.21 and the lightness value of bbadca is 0.74.

The process color (four color CMYK) of #bbadca color hex is 0.07, 0.14, 0.00, 0.21. Web safe color of #bbadca is #cc99cc. Color #bbadca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11001010
Octal 273 255 312
Decimal 187 173 202
Hex BB AD CA

RGB Percentages of Color #bbadca

%33.27
%30.78
%35.94

CMYK Percentages of Color #bbadca

%7
%14
%0
%21

Triadic Colors of #bbadca

#bbadca #cabbad #adcabb

Analogous Colors of #bbadca

#bbadca #caadca #adaeca

Monochromatic Colors of #bbadca

#bbadca

Complementary Color

#bbadca #bccaad

#bbadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadca Color CSS Codes

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

#bbadca Text Font Color

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

This sample text font color is #bbadca
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.


#bbadca Background Color

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

This div background color is #bbadca


#bbadca Border Color

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

This div border color is #bbadca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,173,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 #bbadca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadca


Comments

No comments written yet.

Please login to write comment.