#C0B8F1

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

Shades of Melrose #C0B8F1

Tints of Melrose #C0B8F1

Color information

#C0B8F1 (or 0xC0B8F1) is unknown color: approx Melrose. HEX triplet: C0, B8 and F1. RGB value is (192,184,241). Sum of RGB (Red+Green+Blue) = 192+184+241=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0B8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8F1 is #3F470E. Grayscale: #C0C0C0. Windows color (decimal): -4146959 or 15841472. OLE color: 15841472.

HSL color Cylindrical-coordinate representation of color #C0B8F1: hue angle of 248.42º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B8F1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192184241-
CMYK0.200.2400.05
HSL248.42º67.06%83.33%-
HSV(B)248.42º23.65%94.51%-
XYZ54.7651.8490.34-
YUV192.89155.15127.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 184 (72.27% from 255) = 29.82%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=31.12%
G=29.82%
B=39.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921842410.200.2400.05248.4267.0683.33
HexC0B8F1141805f84353
Octal300270361243005370103123
Binary110000001011100011110001101001100001011111100010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8F1; }

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

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

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

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

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

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

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

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