#C0BCC1

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

Shades of Lola #C0BCC1

Tints of Lola #C0BCC1

Color information

#C0BCC1 (or 0xC0BCC1) is unknown color: approx Lola. HEX triplet: C0, BC and C1. RGB value is (192,188,193). Sum of RGB (Red+Green+Blue) = 192+188+193=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC1 is #3F433E. Grayscale: #BDBDBD. Windows color (decimal): -4145983 or 12696768. OLE color: 12696768.

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

Color convert

RGB192188193-
CMYK0.010.0300.24
HSL288º3.88%74.71%-
HSV(B)288º2.59%75.69%-
XYZ49.3551.0257.7-
YUV189.77129.83129.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=33.51%
G=32.81%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921881930.010.0300.242883.8874.71
HexC0BCC11301812044b
Octal300274301130304404113
Binary1100000010111100110000011110110001001000001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCC1; }

 p { color: rgb(192,188,193); }

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

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

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

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

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

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

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