#C0BCF0

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

Shades of Lavender Grey #C0BCF0

Tints of Lavender Grey #C0BCF0

Color information

#C0BCF0 (or 0xC0BCF0) is unknown color: approx Lavender Grey. HEX triplet: C0, BC and F0. RGB value is (192,188,240). Sum of RGB (Red+Green+Blue) = 192+188+240=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCF0 is #3F430F. Grayscale: #C2C2C2. Windows color (decimal): -4145936 or 15776960. OLE color: 15776960.

HSL color Cylindrical-coordinate representation of color #C0BCF0: hue angle of 244.62º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BCF0 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192188240-
CMYK0.200.2200.06
HSL244.62º63.41%83.92%-
HSV(B)244.62º21.67%94.12%-
XYZ55.4553.4689.84-
YUV195.12153.33125.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=30.97%
G=30.32%
B=38.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921882400.200.2200.06244.6263.4183.92
HexC0BCF0141606f53f54
Octal30027436024260636577124
Binary11000000101111001111000010100101100110111101011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCF0; }

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

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

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

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

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

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

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

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