#C0BFD7

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

Shades of Lavender Grey #C0BFD7

Tints of Lavender Grey #C0BFD7

Color information

#C0BFD7 (or 0xC0BFD7) is unknown color: approx Lavender Grey. HEX triplet: C0, BF and D7. RGB value is (192,191,215). Sum of RGB (Red+Green+Blue) = 192+191+215=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #C0BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFD7 is #3F4028. Grayscale: #C1C1C1. Windows color (decimal): -4145193 or 14139328. OLE color: 14139328.

HSL color Cylindrical-coordinate representation of color #C0BFD7: hue angle of 242.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0BFD7 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192191215-
CMYK0.110.1100.16
HSL242.5º23.08%79.61%-
HSV(B)242.5º11.16%84.31%-
XYZ52.6353.3771.82-
YUV194.03139.83126.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 215 (84.38% from 255) = 35.95%
R=32.11%
G=31.94%
B=35.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921912150.110.1100.16242.523.0879.61
HexC0BFD7BB010f21750
Octal300277327131302036227120
Binary1100000010111111110101111011101101000011110010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFD7; }

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

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

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

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

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

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

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

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