Color Hex Logo

#bbaccd Color Hex

#BBACCD
(187,172,205)
0 Favorites   0 Comments

Color spaces of #bbaccd

RGB 187172205
HSL0.740.250.74
HSV267°16°80°
CMYK 0.090.160.00   0.20
XYZ46.265544.477663.9042
Yxy44.47760.29920.2876
Hunter Lab66.69157.1195-10.1279
CIE-Lab72.546611.6509-14.7840

#bbaccd color RGB value is (187,172,205).

#bbaccd hex color red value is 187, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbaccd hue: 0.74 , saturation: 0.25 and the lightness value of bbaccd is 0.74.

The process color (four color CMYK) of #bbaccd color hex is 0.09, 0.16, 0.00, 0.20. Web safe color of #bbaccd is #cc99cc. Color #bbaccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11001101
Octal 273 254 315
Decimal 187 172 205
Hex BB AC CD

RGB Percentages of Color #bbaccd

%33.16
%30.50
%36.35

CMYK Percentages of Color #bbaccd

%9
%16
%0
%20

Triadic Colors of #bbaccd

#bbaccd #cdbbac #accdbb

Analogous Colors of #bbaccd

#bbaccd #ccaccd #acaecd

Monochromatic Colors of #bbaccd

#bbaccd

Complementary Color

#bbaccd #becdac

#bbaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaccd Color CSS Codes

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

#bbaccd Text Font Color

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

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


#bbaccd Background Color

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

This div background color is #bbaccd


#bbaccd Border Color

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

This div border color is #bbaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaccd


Comments

No comments written yet.

Please login to write comment.