#C0BCE1

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

Shades of Lavender Grey #C0BCE1

Tints of Lavender Grey #C0BCE1

Color information

#C0BCE1 (or 0xC0BCE1) is unknown color: approx Lavender Grey. HEX triplet: C0, BC and E1. RGB value is (192,188,225). Sum of RGB (Red+Green+Blue) = 192+188+225=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCE1 is #3F431E. Grayscale: #C1C1C1. Windows color (decimal): -4145951 or 14793920. OLE color: 14793920.

HSL color Cylindrical-coordinate representation of color #C0BCE1: hue angle of 246.49º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BCE1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192188225-
CMYK0.150.1600.12
HSL246.49º38.14%80.98%-
HSV(B)246.49º16.44%88.24%-
XYZ53.3152.6178.58-
YUV193.41145.83126.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.74%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=31.74%
G=31.07%
B=37.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921882250.150.1600.12246.4938.1480.98
HexC0BCE1F100Cf62651
Octal300274341172001436646121
Binary11000000101111001110000111111000001100111101101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCE1; }

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

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

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

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

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

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

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

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