Html Css Color HEX #C9BFE8 Melrose

📋 copy color: '#C9BFE8'

red 201 ◦ green 191 ◦ blue 232

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

Shades of Melrose #C9BFE8

Tints of Melrose #C9BFE8

RGB

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

 GREEN value IS 191 (75% from 255) = 30.61%

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 32.21%
G = 30.61%
B = 37.18%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C9BFE8 (or 0xC9BFE8) is known color: Melrose. HEX triplet: C9, BF and E8. RGB value is (201,191,232). Sum of RGB (Red+Green+Blue) = 201+191+232=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #C9BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFE8 is #364017. Grayscale: #C6C6C6. Windows color (decimal): -3555352 or 15253449. OLE color: 15253449.

HSL color Cylindrical-coordinate representation of color #C9BFE8: hue angle of 254.63º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BFE8 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 191 232 -
CMYK 0.13 0.18 0 0.09
HSL 254.63º 0.47% 0.83% -
HSV(B) 254.63º 0.18% 0.91% -
XYZ 57.28 55.51 84.04 -
YUV 198.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 201 191 232 0.13 0.18 0 0.09 254.63 0.47 0.83
Hex C9 BF E8 D 12 0 9 FF 2F 53
Octal 311 277 350 15 22 0 11 377 57 123
Binary 11001001 10111111 11101000 1101 10010 0 1001 11111111 101111 1010011

Color Harmonies of #C9BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFE8

Black with #C9BFE8

Text Example


Text Example

White with #C9BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFE8; }

 p { color: rgb(201,191,232); }

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

background-color css

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

 a { background-color: rgb(201,191,232); }

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

border-color css

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

 span { border-color: rgb(201,191,232); }

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