#C0BEDE

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

Shades of Lavender Grey #C0BEDE

Tints of Lavender Grey #C0BEDE

Color information

#C0BEDE (or 0xC0BEDE) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and DE. RGB value is (192,190,222). Sum of RGB (Red+Green+Blue) = 192+190+222=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEDE is #3F4121. Grayscale: #C2C2C2. Windows color (decimal): -4145442 or 14597824. OLE color: 14597824.

HSL color Cylindrical-coordinate representation of color #C0BEDE: hue angle of 243.75º degrees, saturation: 0.33, 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 #C0BEDE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192190222-
CMYK0.140.1400.13
HSL243.75º32.65%80.78%-
HSV(B)243.75º14.41%87.06%-
XYZ53.3453.3176.59-
YUV194.25143.66126.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.79%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=31.79%
G=31.46%
B=36.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921902220.140.1400.13243.7532.6580.78
HexC0BEDEEE0Df42151
Octal300276336161601536441121
Binary1100000010111110110111101110111001101111101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEDE; }

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

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

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

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

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

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

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

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