#BCAEBB

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

Shades of Lola #BCAEBB

Tints of Lola #BCAEBB

Color information

#BCAEBB (or 0xBCAEBB) is unknown color: approx Lola. HEX triplet: BC, AE and BB. RGB value is (188,174,187). Sum of RGB (Red+Green+Blue) = 188+174+187=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEBB is #435144. Grayscale: #B3B3B3. Windows color (decimal): -4411717 or 12299964. OLE color: 12299964.

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

Color convert

RGB188174187-
CMYK00.070.010.26
HSL304.29º9.46%70.98%-
HSV(B)304.29º7.45%73.73%-
XYZ44.8444.5553.25-
YUV179.67132.14133.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=34.24%
G=31.69%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817418700.070.010.26304.299.4670.98
HexBCAEBB0711A130947
Octal2742562730713246011107
Binary101111001010111010111011011111101010011000010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEBB; }

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

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

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

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

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

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

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

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