#C3BEC3

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

Shades of Lola #C3BEC3

Tints of Lola #C3BEC3

Color information

#C3BEC3 (or 0xC3BEC3) is unknown color: approx Lola. HEX triplet: C3, BE and C3. RGB value is (195,190,195). Sum of RGB (Red+Green+Blue) = 195+190+195=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C3BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEC3 is #3C413C. Grayscale: #C0C0C0. Windows color (decimal): -3948861 or 12828355. OLE color: 12828355.

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

Color convert

RGB195190195-
CMYK00.0300.24
HSL300º4%75.49%-
HSV(B)300º2.56%76.47%-
XYZ50.7752.3759.06-
YUV192.06129.66130.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.62%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 195 (76.56% from 255) = 33.62%
R=33.62%
G=32.76%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519019500.0300.24300475.49
HexC3BEC30301812c44b
Octal303276303030304544113
Binary1100001110111110110000110110110001001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEC3; }

 p { color: rgb(195,190,195); }

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

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

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

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

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

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

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