#C0BDC0

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

Shades of Lola #C0BDC0

Tints of Lola #C0BDC0

Color information

#C0BDC0 (or 0xC0BDC0) is unknown color: approx Lola. HEX triplet: C0, BD and C0. RGB value is (192,189,192). Sum of RGB (Red+Green+Blue) = 192+189+192=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDC0 is #3F423F. Grayscale: #BEBEBE. Windows color (decimal): -4145728 or 12631488. OLE color: 12631488.

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

Color convert

RGB192189192-
CMYK00.0200.25
HSL300º2.33%74.71%-
HSV(B)300º1.56%75.29%-
XYZ49.4551.4157.19-
YUV190.24128.99129.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=33.51%
G=32.98%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218919200.0200.253002.3374.71
HexC0BDC00201912c24b
Octal300275300020314542113
Binary110000001011110111000000010011001100101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDC0; }

 p { color: rgb(192,189,192); }

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

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

 a { background-color: rgb(192,189,192); }

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

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

 span { border-color: rgb(192,189,192); }

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