#C2BAC3

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

Shades of Lola #C2BAC3

Tints of Lola #C2BAC3

Color information

#C2BAC3 (or 0xC2BAC3) is unknown color: approx Lola. HEX triplet: C2, BA and C3. RGB value is (194,186,195). Sum of RGB (Red+Green+Blue) = 194+186+195=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAC3 is #3D453C. Grayscale: #BDBDBD. Windows color (decimal): -4015421 or 12827330. OLE color: 12827330.

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

Color convert

RGB194186195-
CMYK0.010.0500.24
HSL293.33º6.98%74.71%-
HSV(B)293.33º4.62%76.47%-
XYZ49.6650.5358.77-
YUV189.42131.15131.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=33.74%
G=32.35%
B=33.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941861950.010.0500.24293.336.9874.71
HexC2BAC31501812574b
Octal302272303150304457113
Binary11000010101110101100001111010110001001001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAC3; }

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

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

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

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

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

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

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

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