#C0BBEA

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

Shades of Lavender Grey #C0BBEA

Tints of Lavender Grey #C0BBEA

Color information

#C0BBEA (or 0xC0BBEA) is unknown color: approx Lavender Grey. HEX triplet: C0, BB and EA. RGB value is (192,187,234). Sum of RGB (Red+Green+Blue) = 192+187+234=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBEA is #3F4415. Grayscale: #C1C1C1. Windows color (decimal): -4146198 or 15383488. OLE color: 15383488.

HSL color Cylindrical-coordinate representation of color #C0BBEA: hue angle of 246.38º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BBEA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192187234-
CMYK0.180.2000.08
HSL246.38º52.81%82.55%-
HSV(B)246.38º20.09%91.76%-
XYZ54.3652.6985.15-
YUV193.85150.66126.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=31.32%
G=30.51%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921872340.180.2000.08246.3852.8182.55
HexC0BBEA121408f63553
Octal300273352222401036665123
Binary110000001011101111101010100101010001000111101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBEA; }

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

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

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

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

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

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

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

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