#C0BFDF

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

Shades of Lavender Grey #C0BFDF

Tints of Lavender Grey #C0BFDF

Color information

#C0BFDF (or 0xC0BFDF) is unknown color: approx Lavender Grey. HEX triplet: C0, BF and DF. RGB value is (192,191,223). Sum of RGB (Red+Green+Blue) = 192+191+223=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDF is #3F4020. Grayscale: #C2C2C2. Windows color (decimal): -4145185 or 14663616. OLE color: 14663616.

HSL color Cylindrical-coordinate representation of color #C0BFDF: hue angle of 241.88º degrees, saturation: 0.33, 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 #C0BFDF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192191223-
CMYK0.140.1400.13
HSL241.88º33.33%81.18%-
HSV(B)241.88º14.35%87.45%-
XYZ53.6953.877.37-
YUV194.95143.83125.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=31.68%
G=31.52%
B=36.80%

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
Decimal1921912230.140.1400.13241.8833.3381.18
HexC0BFDFEE0Df22151
Octal300277337161601536241121
Binary1100000010111111110111111110111001101111100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFDF; }

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

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

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

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

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

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

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

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