#C0BEDD

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

Shades of Lavender Grey #C0BEDD

Tints of Lavender Grey #C0BEDD

Color information

#C0BEDD (or 0xC0BEDD) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and DD. RGB value is (192,190,221). Sum of RGB (Red+Green+Blue) = 192+190+221=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEDD is #3F4122. Grayscale: #C2C2C2. Windows color (decimal): -4145443 or 14532288. OLE color: 14532288.

HSL color Cylindrical-coordinate representation of color #C0BEDD: hue angle of 243.87º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0BEDD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192190221-
CMYK0.130.1400.13
HSL243.87º31.31%80.59%-
HSV(B)243.87º14.03%86.67%-
XYZ53.253.2575.88-
YUV194.13143.16126.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.84%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=31.84%
G=31.51%
B=36.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921902210.130.1400.13243.8731.3180.59
HexC0BEDDDE0Df41f51
Octal300276335151601536437121
Binary110000001011111011011101110111100110111110100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEDD; }

 p { color: rgb(192,190,221); }

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

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

 a { background-color: rgb(192,190,221); }

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

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

 span { border-color: rgb(192,190,221); }

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