Html Css Color HEX #C9BEEC Melrose

📋 copy color: '#C9BEEC'

red 201 ◦ green 190 ◦ blue 236

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

Shades of Melrose #C9BEEC

Tints of Melrose #C9BEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 32.06%
G = 30.3%
B = 37.64%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9BEEC (or 0xC9BEEC) is known color: Melrose. HEX triplet: C9, BE and EC. RGB value is (201,190,236). Sum of RGB (Red+Green+Blue) = 201+190+236=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEEC is #364113. Grayscale: #C6C6C6. Windows color (decimal): -3555604 or 15515337. OLE color: 15515337.

HSL color Cylindrical-coordinate representation of color #C9BEEC: hue angle of 254.35º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BEEC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 190 236 -
CMYK 0.15 0.19 0 0.07
HSL 254.35º 0.55% 0.84% -
HSV(B) 254.35º 0.19% 0.93% -
XYZ 57.64 55.3 86.99 -
YUV 198.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 201 190 236 0.15 0.19 0 0.07 254.35 0.55 0.84
Hex C9 BE EC F 13 0 7 FE 37 54
Octal 311 276 354 17 23 0 7 376 67 124
Binary 11001001 10111110 11101100 1111 10011 0 111 11111110 110111 1010100

Color Harmonies of #C9BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEEC

Black with #C9BEEC

Text Example


Text Example

White with #C9BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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