#C0B8EF

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

Shades of Melrose #C0B8EF

Tints of Melrose #C0B8EF

Color information

#C0B8EF (or 0xC0B8EF) is unknown color: approx Melrose. HEX triplet: C0, B8 and EF. RGB value is (192,184,239). Sum of RGB (Red+Green+Blue) = 192+184+239=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0B8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8EF is #3F4710. Grayscale: #C0C0C0. Windows color (decimal): -4146961 or 15710400. OLE color: 15710400.

HSL color Cylindrical-coordinate representation of color #C0B8EF: hue angle of 248.73º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B8EF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192184239-
CMYK0.200.2300.06
HSL248.73º63.22%82.94%-
HSV(B)248.73º23.01%93.73%-
XYZ54.4651.7288.77-
YUV192.66154.15127.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.22%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=31.22%
G=29.92%
B=38.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921842390.200.2300.06248.7363.2282.94
HexC0B8EF141706f93f53
Octal30027035724270637177123
Binary11000000101110001110111110100101110110111110011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8EF; }

 p { color: rgb(192,184,239); }

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

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

 a { background-color: rgb(192,184,239); }

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

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

 span { border-color: rgb(192,184,239); }

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