Html Css Color HEX #C9BBEF Melrose

📋 copy color: '#C9BBEF'

red 201 ◦ green 187 ◦ blue 239

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

Shades of Melrose #C9BBEF

Tints of Melrose #C9BBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 32.06%
G = 29.82%
B = 38.12%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9BBEF (or 0xC9BBEF) is known color: Melrose. HEX triplet: C9, BB and EF. RGB value is (201,187,239). Sum of RGB (Red+Green+Blue) = 201+187+239=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBEF is #364410. Grayscale: #C4C4C4. Windows color (decimal): -3556369 or 15711177. OLE color: 15711177.

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

Color convert

RGB 201 187 239 -
CMYK 0.16 0.22 0 0.06
HSL 256.15º 0.62% 0.84% -
HSV(B) 256.15º 0.22% 0.94% -
XYZ 57.44 54.19 89.09 -
YUV 197.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 201 187 239 0.16 0.22 0 0.06 256.15 0.62 0.84
Hex C9 BB EF 10 16 0 6 100 3E 54
Octal 311 273 357 20 26 0 6 400 76 124
Binary 11001001 10111011 11101111 10000 10110 0 110 100000000 111110 1010100

Color Harmonies of #C9BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBEF

Black with #C9BBEF

Text Example


Text Example

White with #C9BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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