#C0BBEF

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

Shades of Melrose #C0BBEF

Tints of Melrose #C0BBEF

Color information

#C0BBEF (or 0xC0BBEF) is unknown color: approx Melrose. HEX triplet: C0, BB and EF. RGB value is (192,187,239). Sum of RGB (Red+Green+Blue) = 192+187+239=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBEF is #3F4410. Grayscale: #C2C2C2. Windows color (decimal): -4146193 or 15711168. OLE color: 15711168.

HSL color Cylindrical-coordinate representation of color #C0BBEF: hue angle of 245.77º degrees, saturation: 0.62, 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 #C0BBEF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192187239-
CMYK0.200.2200.06
HSL245.77º61.9%83.53%-
HSV(B)245.77º21.76%93.73%-
XYZ55.0952.9888.98-
YUV194.42153.16126.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=31.07%
G=30.26%
B=38.67%

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
Decimal1921872390.200.2200.06245.7761.983.53
HexC0BBEF141606f63e54
Octal30027335724260636676124
Binary11000000101110111110111110100101100110111101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBEF; }

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

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

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

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

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

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

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

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