#BCACBE

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

Shades of Lola #BCACBE

Tints of Lola #BCACBE

Color information

#BCACBE (or 0xBCACBE) is unknown color: approx Lola. HEX triplet: BC, AC and BE. RGB value is (188,172,190). Sum of RGB (Red+Green+Blue) = 188+172+190=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACBE is #435341. Grayscale: #B2B2B2. Windows color (decimal): -4412226 or 12496060. OLE color: 12496060.

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

Color convert

RGB188172190-
CMYK0.010.0900.25
HSL293.33º12.16%70.98%-
HSV(B)293.33º9.47%74.51%-
XYZ44.7943.9154.83-
YUV178.84134.3134.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=34.18%
G=31.27%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881721900.010.0900.25293.3312.1670.98
HexBCACBE19019125c47
Octal27425427611103144514107
Binary1011110010101100101111101100101100110010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACBE; }

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

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

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

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

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

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

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

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