Html Css Color HEX #C9BBEA Melrose

📋 copy color: '#C9BBEA'

red 201 ◦ green 187 ◦ blue 234

#C9BBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C9BBEA

Tints of Melrose #C9BBEA

RGB

 RED value IS 201 (78.91% from 255) = 32.32%

 GREEN value IS 187 (73.44% from 255) = 30.06%

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 32.32%
G = 30.06%
B = 37.62%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9BBEA (or 0xC9BBEA) is known color: Melrose. HEX triplet: C9, BB and EA. RGB value is (201,187,234). Sum of RGB (Red+Green+Blue) = 201+187+234=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBEA is #364415. Grayscale: #C4C4C4. Windows color (decimal): -3556374 or 15383497. OLE color: 15383497.

HSL color Cylindrical-coordinate representation of color #C9BBEA: hue angle of 257.87º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BBEA is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 187 234 -
CMYK 0.14 0.20 0 0.08
HSL 257.87º 0.53% 0.83% -
HSV(B) 257.87º 0.2% 0.92% -
XYZ 56.71 53.9 85.26 -
YUV 196.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 201 187 234 0.14 0.20 0 0.08 257.87 0.53 0.83
Hex C9 BB EA E 14 0 8 102 35 53
Octal 311 273 352 16 24 0 10 402 65 123
Binary 11001001 10111011 11101010 1110 10100 0 1000 100000010 110101 1010011

Color Harmonies of #C9BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBEA

Black with #C9BBEA

Text Example


Text Example

White with #C9BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBEA; }

 p { color: rgb(201,187,234); }

 H1.HeaderClassName
 {
   color: #C9BBEA;
 }
 .AnyTagClassName
 {
   color: #C9BBEA;
 }
</style>

background-color css

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

 a { background-color: rgb(201,187,234); }

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

border-color css

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

 span { border-color: rgb(201,187,234); }

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