Html Css Color HEX #C9BCE4 Melrose

📋 copy color: '#C9BCE4'

red 201 ◦ green 188 ◦ blue 228

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

Shades of Melrose #C9BCE4

Tints of Melrose #C9BCE4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.47%

 BLUE value IS 228 (89.45% from 255) = 36.95%

R = 32.58%
G = 30.47%
B = 36.95%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C9BCE4 (or 0xC9BCE4) is known color: Melrose. HEX triplet: C9, BC and E4. RGB value is (201,188,228). Sum of RGB (Red+Green+Blue) = 201+188+228=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCE4 is #36431B. Grayscale: #C4C4C4. Windows color (decimal): -3556124 or 14990537. OLE color: 14990537.

HSL color Cylindrical-coordinate representation of color #C9BCE4: hue angle of 259.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BCE4 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 188 228 -
CMYK 0.12 0.18 0 0.11
HSL 259.5º 0.43% 0.82% -
HSV(B) 259.5º 0.18% 0.89% -
XYZ 56.07 53.99 80.86 -
YUV 196.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 201 188 228 0.12 0.18 0 0.11 259.5 0.43 0.82
Hex C9 BC E4 C 12 0 B 104 2B 52
Octal 311 274 344 14 22 0 13 404 53 122
Binary 11001001 10111100 11100100 1100 10010 0 1011 100000100 101011 1010010

Color Harmonies of #C9BCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCE4

Black with #C9BCE4

Text Example


Text Example

White with #C9BCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCE4; }

 p { color: rgb(201,188,228); }

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

background-color css

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

 a { background-color: rgb(201,188,228); }

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

border-color css

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

 span { border-color: rgb(201,188,228); }

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