Html Css Color HEX #C9BBF5 Melrose

📋 copy color: '#C9BBF5'

red 201 ◦ green 187 ◦ blue 245

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

Shades of Melrose #C9BBF5

Tints of Melrose #C9BBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.7%

R = 31.75%
G = 29.54%
B = 38.7%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C9BBF5 (or 0xC9BBF5) is known color: Melrose. HEX triplet: C9, BB and F5. RGB value is (201,187,245). Sum of RGB (Red+Green+Blue) = 201+187+245=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBF5 is #36440A. Grayscale: #C5C5C5. Windows color (decimal): -3556363 or 16104393. OLE color: 16104393.

HSL color Cylindrical-coordinate representation of color #C9BBF5: hue angle of 254.48º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BBF5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 187 245 -
CMYK 0.18 0.24 0 0.04
HSL 254.48º 0.74% 0.85% -
HSV(B) 254.48º 0.24% 0.96% -
XYZ 58.34 54.55 93.84 -
YUV 197.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 201 187 245 0.18 0.24 0 0.04 254.48 0.74 0.85
Hex C9 BB F5 12 18 0 4 FE 4A 55
Octal 311 273 365 22 30 0 4 376 112 125
Binary 11001001 10111011 11110101 10010 11000 0 100 11111110 1001010 1010101

Color Harmonies of #C9BBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBF5

Black with #C9BBF5

Text Example


Text Example

White with #C9BBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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