#C0BEED

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

Shades of Lavender Grey #C0BEED

Tints of Lavender Grey #C0BEED

Color information

#C0BEED (or 0xC0BEED) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and ED. RGB value is (192,190,237). Sum of RGB (Red+Green+Blue) = 192+190+237=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEED is #3F4112. Grayscale: #C3C3C3. Windows color (decimal): -4145427 or 15580864. OLE color: 15580864.

HSL color Cylindrical-coordinate representation of color #C0BEED: hue angle of 242.55º 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 #C0BEED is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192190237-
CMYK0.190.2000.07
HSL242.55º56.63%83.73%-
HSV(B)242.55º19.83%92.94%-
XYZ55.4454.1587.65-
YUV195.96151.16125.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=31.02%
G=30.69%
B=38.29%

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
Decimal1921902370.190.2000.07242.5556.6383.73
HexC0BEED131407f33954
Octal30027635523240736371124
Binary11000000101111101110110110011101000111111100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEED; }

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

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

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

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

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

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

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

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