#C0BDE1

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

Shades of Lavender Grey #C0BDE1

Tints of Lavender Grey #C0BDE1

Color information

#C0BDE1 (or 0xC0BDE1) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and E1. RGB value is (192,189,225). Sum of RGB (Red+Green+Blue) = 192+189+225=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDE1 is #3F421E. Grayscale: #C1C1C1. Windows color (decimal): -4145695 or 14794176. OLE color: 14794176.

HSL color Cylindrical-coordinate representation of color #C0BDE1: hue angle of 245º degrees, saturation: 0.37, 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 #C0BDE1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192189225-
CMYK0.150.1600.12
HSL245º37.5%81.18%-
HSV(B)245º16%88.24%-
XYZ53.5353.0478.65-
YUV194145.49126.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=31.68%
G=31.19%
B=37.13%

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
Decimal1921892250.150.1600.1224537.581.18
HexC0BDE1F100Cf52551
Octal300275341172001436545121
Binary11000000101111011110000111111000001100111101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDE1; }

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

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

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

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

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

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

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

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