#C3BAC4

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

Shades of Lola #C3BAC4

Tints of Lola #C3BAC4

Color information

#C3BAC4 (or 0xC3BAC4) is unknown color: approx Lola. HEX triplet: C3, BA and C4. RGB value is (195,186,196). Sum of RGB (Red+Green+Blue) = 195+186+196=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 196 - color contains mainly: blue. Hex color #C3BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAC4 is #3C453B. Grayscale: #BDBDBD. Windows color (decimal): -3949884 or 12892867. OLE color: 12892867.

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

Color convert

RGB195186196-
CMYK0.010.0500.23
HSL294º7.81%74.9%-
HSV(B)294º5.1%76.86%-
XYZ50.0350.7159.37-
YUV189.83131.48131.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.80%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=33.80%
G=32.24%
B=33.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951861960.010.0500.232947.8174.9
HexC3BAC41501712684b
Octal3032723041502744610113
Binary110000111011101011000100110101011110010011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAC4; }

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

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

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

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

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

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

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

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