#BCAABE

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

Shades of Lola #BCAABE

Tints of Lola #BCAABE

Color information

#BCAABE (or 0xBCAABE) is unknown color: approx Lola. HEX triplet: BC, AA and BE. RGB value is (188,170,190). Sum of RGB (Red+Green+Blue) = 188+170+190=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAABE is #435541. Grayscale: #B1B1B1. Windows color (decimal): -4412738 or 12495548. OLE color: 12495548.

HSL color Cylindrical-coordinate representation of color #BCAABE: hue angle of 294º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCAABE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188170190-
CMYK0.010.1100.25
HSL294º13.33%70.59%-
HSV(B)294º10.53%74.51%-
XYZ44.4143.1654.71-
YUV177.66134.96135.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=34.31%
G=31.02%
B=34.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881701900.010.1100.2529413.3370.59
HexBCAABE1B019126d47
Octal27425227611303144615107
Binary1011110010101010101111101101101100110010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAABE; }

 p { color: rgb(188,170,190); }

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

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

 a { background-color: rgb(188,170,190); }

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

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

 span { border-color: rgb(188,170,190); }

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