#C2BBC3

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

Shades of Lola #C2BBC3

Tints of Lola #C2BBC3

Color information

#C2BBC3 (or 0xC2BBC3) is unknown color: approx Lola. HEX triplet: C2, BB and C3. RGB value is (194,187,195). Sum of RGB (Red+Green+Blue) = 194+187+195=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBC3 is #3D443C. Grayscale: #BDBDBD. Windows color (decimal): -4015165 or 12827586. OLE color: 12827586.

HSL color Cylindrical-coordinate representation of color #C2BBC3: hue angle of 292.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BBC3 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194187195-
CMYK0.010.0400.24
HSL292.5º6.25%74.9%-
HSV(B)292.5º4.1%76.47%-
XYZ49.8750.9558.84-
YUV190130.82130.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=33.68%
G=32.47%
B=33.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941871950.010.0400.24292.56.2574.9
HexC2BBC31401812564b
Octal302273303140304456113
Binary11000010101110111100001111000110001001001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBC3; }

 p { color: rgb(194,187,195); }

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

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

 a { background-color: rgb(194,187,195); }

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

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

 span { border-color: rgb(194,187,195); }

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