#C0BBDF

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

Shades of Lavender Grey #C0BBDF

Tints of Lavender Grey #C0BBDF

Color information

#C0BBDF (or 0xC0BBDF) is unknown color: approx Lavender Grey. HEX triplet: C0, BB and DF. RGB value is (192,187,223). Sum of RGB (Red+Green+Blue) = 192+187+223=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBDF is #3F4420. Grayscale: #C0C0C0. Windows color (decimal): -4146209 or 14662592. OLE color: 14662592.

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

Color convert

RGB192187223-
CMYK0.140.1600.13
HSL248.33º36%80.39%-
HSV(B)248.33º16.14%87.45%-
XYZ52.8352.0777.08-
YUV192.6145.16127.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=31.89%
G=31.06%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921872230.140.1600.13248.333680.39
HexC0BBDFE100Df82450
Octal300273337162001537044120
Binary11000000101110111101111111101000001101111110001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBDF; }

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

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

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

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

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

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

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

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