#BCA7BB

Color #BCA7BB Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BCA7BB

Tints of Lola #BCA7BB

Color information

#BCA7BB (or 0xBCA7BB) is unknown color: approx Lola. HEX triplet: BC, A7 and BB. RGB value is (188,167,187). Sum of RGB (Red+Green+Blue) = 188+167+187=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7BB is #435844. Grayscale: #AFAFAF. Windows color (decimal): -4413509 or 12298172. OLE color: 12298172.

HSL color Cylindrical-coordinate representation of color #BCA7BB: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCA7BB is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188167187-
CMYK00.110.010.26
HSL302.86º13.55%69.61%-
HSV(B)302.86º11.17%73.73%-
XYZ43.5341.9252.81-
YUV175.56134.46136.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=34.69%
G=30.81%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816718700.110.010.26302.8613.5569.61
HexBCA7BB0B11A12fe46
Octal27424727301313245716106
Binary1011110010100111101110110101111101010010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7BB; }

 p { color: rgb(188,167,187); }

 H1.HeaderClassName
 {
   color: #BCA7BB;
 }
 .AnyTagClassName
 {
   color: #BCA7BB;
 }
</style>
background-color css

<style>
 a { background-color: #BCA7BB; }

 a { background-color: rgb(188,167,187); }

 div.DivClassName
 {
   background-color: #BCA7BB;
 }
 .BgClassName
 {
   background-color: #BCA7BB;
 }
</style>
border-color css

<style>
 span { border-color: #BCA7BB; }

 span { border-color: rgb(188,167,187); }

 td.TdClassName
 {
   border-color: #BCA7BB;
 }
 .TagClassName
 {
   border-color: #BCA7BB;
 }
</style>