#C0B4EA

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

Shades of Melrose #C0B4EA

Tints of Melrose #C0B4EA

Color information

#C0B4EA (or 0xC0B4EA) is unknown color: approx Melrose. HEX triplet: C0, B4 and EA. RGB value is (192,180,234). Sum of RGB (Red+Green+Blue) = 192+180+234=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B4EA is #3F4B15. Grayscale: #BDBDBD. Windows color (decimal): -4147990 or 15381696. OLE color: 15381696.

HSL color Cylindrical-coordinate representation of color #C0B4EA: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B4EA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192180234-
CMYK0.180.2300.08
HSL253.33º56.25%81.18%-
HSV(B)253.33º23.08%91.76%-
XYZ52.9149.7984.66-
YUV189.74152.98129.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 180 (70.70% from 255) = 29.70%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=31.68%
G=29.70%
B=38.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921802340.180.2300.08253.3356.2581.18
HexC0B4EA121708fd3851
Octal300264352222701037570121
Binary110000001011010011101010100101011101000111111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4EA; }

 p { color: rgb(192,180,234); }

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

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

 a { background-color: rgb(192,180,234); }

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

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

 span { border-color: rgb(192,180,234); }

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