#C9BCEE

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

Shades of Melrose #C9BCEE

Tints of Melrose #C9BCEE

Color information

#C9BCEE (or 0xC9BCEE) is unknown color: approx Melrose. HEX triplet: C9, BC and EE. RGB value is (201,188,238). Sum of RGB (Red+Green+Blue) = 201+188+238=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCEE is #364311. Grayscale: #C5C5C5. Windows color (decimal): -3556114 or 15645897. OLE color: 15645897.

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

Color convert

RGB201188238-
CMYK0.160.2100.07
HSL255.6º59.52%83.53%-
HSV(B)255.6º21.01%93.33%-
XYZ57.554.5688.39-
YUV197.59150.81130.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=32.06%
G=29.98%
B=37.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011882380.160.2100.07255.659.5283.53
HexC9BCEE1015071003c54
Octal31127435620250740074124
Binary110010011011110011101110100001010101111000000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCEE; }

 p { color: rgb(201,188,238); }

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

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

 a { background-color: rgb(201,188,238); }

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

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

 span { border-color: rgb(201,188,238); }

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