#BCABBB

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

Shades of Lola #BCABBB

Tints of Lola #BCABBB

Color information

#BCABBB (or 0xBCABBB) is unknown color: approx Lola. HEX triplet: BC, AB and BB. RGB value is (188,171,187). Sum of RGB (Red+Green+Blue) = 188+171+187=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABBB is #435444. Grayscale: #B1B1B1. Windows color (decimal): -4412485 or 12299196. OLE color: 12299196.

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

Color convert

RGB188171187-
CMYK00.090.010.26
HSL303.53º11.26%70.39%-
HSV(B)303.53º9.04%73.73%-
XYZ44.2743.4153.06-
YUV177.91133.13135.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=34.43%
G=31.32%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817118700.090.010.26303.5311.2670.39
HexBCABBB0911A130b46
Octal27425327301113246013106
Binary1011110010101011101110110100111101010011000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABBB; }

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

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

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

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

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

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

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

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