#C0BFDC

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

Shades of Lavender Grey #C0BFDC

Tints of Lavender Grey #C0BFDC

Color information

#C0BFDC (or 0xC0BFDC) is unknown color: approx Lavender Grey. HEX triplet: C0, BF and DC. RGB value is (192,191,220). Sum of RGB (Red+Green+Blue) = 192+191+220=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDC is #3F4023. Grayscale: #C2C2C2. Windows color (decimal): -4145188 or 14467008. OLE color: 14467008.

HSL color Cylindrical-coordinate representation of color #C0BFDC: hue angle of 242.07º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0BFDC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192191220-
CMYK0.130.1300.14
HSL242.07º29.29%80.59%-
HSV(B)242.07º13.18%86.27%-
XYZ53.2953.6475.25-
YUV194.6142.33126.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.84%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=31.84%
G=31.67%
B=36.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921912200.130.1300.14242.0729.2980.59
HexC0BFDCDD0Ef21d51
Octal300277334151501636235121
Binary110000001011111111011100110111010111011110010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFDC; }

 p { color: rgb(192,191,220); }

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

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

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

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

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

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

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