#C0BBEE

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

Shades of Melrose #C0BBEE

Tints of Melrose #C0BBEE

Color information

#C0BBEE (or 0xC0BBEE) is unknown color: approx Melrose. HEX triplet: C0, BB and EE. RGB value is (192,187,238). Sum of RGB (Red+Green+Blue) = 192+187+238=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBEE is #3F4411. Grayscale: #C2C2C2. Windows color (decimal): -4146194 or 15645632. OLE color: 15645632.

HSL color Cylindrical-coordinate representation of color #C0BBEE: hue angle of 245.88º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BBEE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192187238-
CMYK0.190.2100.07
HSL245.88º60%83.33%-
HSV(B)245.88º21.43%93.33%-
XYZ54.9452.9288.21-
YUV194.31152.66126.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=31.12%
G=30.31%
B=38.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921872380.190.2100.07245.886083.33
HexC0BBEE131507f63c53
Octal30027335623250736674123
Binary11000000101110111110111010011101010111111101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBEE; }

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

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

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

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

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

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

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

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