#C0BCE9

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

Shades of Lavender Grey #C0BCE9

Tints of Lavender Grey #C0BCE9

Color information

#C0BCE9 (or 0xC0BCE9) is unknown color: approx Lavender Grey. HEX triplet: C0, BC and E9. RGB value is (192,188,233). Sum of RGB (Red+Green+Blue) = 192+188+233=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCE9 is #3F4316. Grayscale: #C2C2C2. Windows color (decimal): -4145943 or 15318208. OLE color: 15318208.

HSL color Cylindrical-coordinate representation of color #C0BCE9: hue angle of 245.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BCE9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192188233-
CMYK0.180.1900.09
HSL245.33º50.56%82.55%-
HSV(B)245.33º19.31%91.37%-
XYZ54.4353.0684.46-
YUV194.33149.83126.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=31.32%
G=30.67%
B=38.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921882330.180.1900.09245.3350.5682.55
HexC0BCE9121309f53353
Octal300274351222301136563123
Binary110000001011110011101001100101001101001111101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCE9; }

 p { color: rgb(192,188,233); }

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

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

 a { background-color: rgb(192,188,233); }

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

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

 span { border-color: rgb(192,188,233); }

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