Html Css Color HEX #C9BEF1 Melrose

📋 copy color: '#C9BEF1'

red 201 ◦ green 190 ◦ blue 241

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

Shades of Melrose #C9BEF1

Tints of Melrose #C9BEF1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.06%

 BLUE value IS 241 (94.53% from 255) = 38.13%

R = 31.8%
G = 30.06%
B = 38.13%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C9BEF1 (or 0xC9BEF1) is known color: Melrose. HEX triplet: C9, BE and F1. RGB value is (201,190,241). Sum of RGB (Red+Green+Blue) = 201+190+241=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEF1 is #36410E. Grayscale: #C6C6C6. Windows color (decimal): -3555599 or 15843017. OLE color: 15843017.

HSL color Cylindrical-coordinate representation of color #C9BEF1: hue angle of 252.94º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BEF1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 190 241 -
CMYK 0.17 0.21 0 0.05
HSL 252.94º 0.65% 0.85% -
HSV(B) 252.94º 0.21% 0.95% -
XYZ 58.38 55.6 90.87 -
YUV 199.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 201 190 241 0.17 0.21 0 0.05 252.94 0.65 0.85
Hex C9 BE F1 11 15 0 5 FD 41 55
Octal 311 276 361 21 25 0 5 375 101 125
Binary 11001001 10111110 11110001 10001 10101 0 101 11111101 1000001 1010101

Color Harmonies of #C9BEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEF1

Black with #C9BEF1

Text Example


Text Example

White with #C9BEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEF1; }

 p { color: rgb(201,190,241); }

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

background-color css

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

 a { background-color: rgb(201,190,241); }

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

border-color css

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

 span { border-color: rgb(201,190,241); }

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