#C0BBD8

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

Shades of Lavender Grey #C0BBD8

Tints of Lavender Grey #C0BBD8

Color information

#C0BBD8 (or 0xC0BBD8) is unknown color: approx Lavender Grey. HEX triplet: C0, BB and D8. RGB value is (192,187,216). Sum of RGB (Red+Green+Blue) = 192+187+216=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBD8 is #3F4427. Grayscale: #BFBFBF. Windows color (decimal): -4146216 or 14203840. OLE color: 14203840.

HSL color Cylindrical-coordinate representation of color #C0BBD8: hue angle of 250.34º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0BBD8 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192187216-
CMYK0.110.1300.15
HSL250.34º27.1%79.02%-
HSV(B)250.34º13.43%84.71%-
XYZ51.951.772.21-
YUV191.8141.66128.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.27%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=32.27%
G=31.43%
B=36.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921872160.110.1300.15250.3427.179.02
HexC0BBD8BD0Ffa1b4f
Octal300273330131501737233117
Binary110000001011101111011000101111010111111111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBD8; }

 p { color: rgb(192,187,216); }

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

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

 a { background-color: rgb(192,187,216); }

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

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

 span { border-color: rgb(192,187,216); }

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