#BCAEC0

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

Shades of Lola #BCAEC0

Tints of Lola #BCAEC0

Color information

#BCAEC0 (or 0xBCAEC0) is unknown color: approx Lola. HEX triplet: BC, AE and C0. RGB value is (188,174,192). Sum of RGB (Red+Green+Blue) = 188+174+192=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC0 is #43513F. Grayscale: #B4B4B4. Windows color (decimal): -4411712 or 12627644. OLE color: 12627644.

HSL color Cylindrical-coordinate representation of color #BCAEC0: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCAEC0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188174192-
CMYK0.020.0900.25
HSL286.67º12.5%71.76%-
HSV(B)286.67º9.38%75.29%-
XYZ45.3944.7756.12-
YUV180.24134.64133.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 192 (75.39% from 255) = 34.66%
R=33.94%
G=31.41%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881741920.020.0900.25286.6712.571.76
HexBCAEC02901911fc48
Octal27425630021103143714110
Binary10111100101011101100000010100101100110001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEC0; }

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

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

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

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

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

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

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

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