#C0BDED

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

Shades of Lavender Grey #C0BDED

Tints of Lavender Grey #C0BDED

Color information

#C0BDED (or 0xC0BDED) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and ED. RGB value is (192,189,237). Sum of RGB (Red+Green+Blue) = 192+189+237=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDED is #3F4212. Grayscale: #C3C3C3. Windows color (decimal): -4145683 or 15580608. OLE color: 15580608.

HSL color Cylindrical-coordinate representation of color #C0BDED: hue angle of 243.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BDED is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192189237-
CMYK0.190.2000.07
HSL243.75º57.14%83.53%-
HSV(B)243.75º20.25%92.94%-
XYZ55.2253.7287.58-
YUV195.37151.49125.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=31.07%
G=30.58%
B=38.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921892370.190.2000.07243.7557.1483.53
HexC0BDED131407f43954
Octal30027535523240736471124
Binary11000000101111011110110110011101000111111101001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDED; }

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

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

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

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

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

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

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

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