#BCB2BD

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

Shades of Lola #BCB2BD

Tints of Lola #BCB2BD

Color information

#BCB2BD (or 0xBCB2BD) is unknown color: approx Lola. HEX triplet: BC, B2 and BD. RGB value is (188,178,189). Sum of RGB (Red+Green+Blue) = 188+178+189=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2BD is #434D42. Grayscale: #B6B6B6. Windows color (decimal): -4410691 or 12432060. OLE color: 12432060.

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

Color convert

RGB188178189-
CMYK0.010.0600.26
HSL294.55º7.69%71.96%-
HSV(B)294.55º5.82%74.12%-
XYZ45.8446.2154.65-
YUV182.24131.81132.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=33.87%
G=32.07%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881781890.010.0600.26294.557.6971.96
HexBCB2BD1601A127848
Octal2742622751603244710110
Binary101111001011001010111101111001101010010011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2BD; }

 p { color: rgb(188,178,189); }

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

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

 a { background-color: rgb(188,178,189); }

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

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

 span { border-color: rgb(188,178,189); }

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