#C0BBF0

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

Shades of Melrose #C0BBF0

Tints of Melrose #C0BBF0

Color information

#C0BBF0 (or 0xC0BBF0) is unknown color: approx Melrose. HEX triplet: C0, BB and F0. RGB value is (192,187,240). Sum of RGB (Red+Green+Blue) = 192+187+240=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF0 is #3F440F. Grayscale: #C2C2C2. Windows color (decimal): -4146192 or 15776704. OLE color: 15776704.

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

Color convert

RGB192187240-
CMYK0.200.2200.06
HSL245.66º63.86%83.73%-
HSV(B)245.66º22.08%94.12%-
XYZ55.2453.0489.76-
YUV194.54153.66126.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=31.02%
G=30.21%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921872400.200.2200.06245.6663.8683.73
HexC0BBF0141606f64054
Octal300273360242606366100124
Binary110000001011101111110000101001011001101111011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBF0; }

 p { color: rgb(192,187,240); }

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

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

 a { background-color: rgb(192,187,240); }

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

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

 span { border-color: rgb(192,187,240); }

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