#C2BCC3

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

Shades of Lola #C2BCC3

Tints of Lola #C2BCC3

Color information

#C2BCC3 (or 0xC2BCC3) is unknown color: approx Lola. HEX triplet: C2, BC and C3. RGB value is (194,188,195). Sum of RGB (Red+Green+Blue) = 194+188+195=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCC3 is #3D433C. Grayscale: #BEBEBE. Windows color (decimal): -4014909 or 12827842. OLE color: 12827842.

HSL color Cylindrical-coordinate representation of color #C2BCC3: hue angle of 291.43º 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 #C2BCC3 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194188195-
CMYK0.010.0400.24
HSL291.43º5.51%75.1%-
HSV(B)291.43º3.59%76.47%-
XYZ50.0851.3858.91-
YUV190.59130.49130.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 195 (76.56% from 255) = 33.80%
R=33.62%
G=32.58%
B=33.80%

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
Decimal1941881950.010.0400.24291.435.5175.1
HexC2BCC31401812364b
Octal302274303140304436113
Binary11000010101111001100001111000110001001000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCC3; }

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

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

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

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

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

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

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

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