#C0BFDE

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

Shades of Lavender Grey #C0BFDE

Tints of Lavender Grey #C0BFDE

Color information

#C0BFDE (or 0xC0BFDE) is unknown color: approx Lavender Grey. HEX triplet: C0, BF and DE. RGB value is (192,191,222). Sum of RGB (Red+Green+Blue) = 192+191+222=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDE is #3F4021. Grayscale: #C2C2C2. Windows color (decimal): -4145186 or 14598080. OLE color: 14598080.

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

Color convert

RGB192191222-
CMYK0.140.1400.13
HSL241.94º31.96%80.98%-
HSV(B)241.94º13.96%87.06%-
XYZ53.5553.7476.66-
YUV194.83143.33125.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.74%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=31.74%
G=31.57%
B=36.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921912220.140.1400.13241.9431.9680.98
HexC0BFDEEE0Df22051
Octal300277336161601536240121
Binary1100000010111111110111101110111001101111100101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFDE; }

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

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

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

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

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

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

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

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