#C0BBDA

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

Shades of Lavender Grey #C0BBDA

Tints of Lavender Grey #C0BBDA

Color information

#C0BBDA (or 0xC0BBDA) is unknown color: approx Lavender Grey. HEX triplet: C0, BB and DA. RGB value is (192,187,218). Sum of RGB (Red+Green+Blue) = 192+187+218=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBDA is #3F4425. Grayscale: #BFBFBF. Windows color (decimal): -4146214 or 14334912. OLE color: 14334912.

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

Color convert

RGB192187218-
CMYK0.120.1400.15
HSL249.68º29.52%79.41%-
HSV(B)249.68º14.22%85.49%-
XYZ52.1651.8173.58-
YUV192.03142.66127.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=32.16%
G=31.32%
B=36.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921872180.120.1400.15249.6829.5279.41
HexC0BBDACE0Ffa1e4f
Octal300273332141601737236117
Binary110000001011101111011010110011100111111111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBDA; }

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

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

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

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

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

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

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

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