Html Css Color HEX #C9BAED Melrose

📋 copy color: '#C9BAED'

red 201 ◦ green 186 ◦ blue 237

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

Shades of Melrose #C9BAED

Tints of Melrose #C9BAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.81%

 BLUE value IS 237 (92.97% from 255) = 37.98%

R = 32.21%
G = 29.81%
B = 37.98%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9BAED (or 0xC9BAED) is known color: Melrose. HEX triplet: C9, BA and ED. RGB value is (201,186,237). Sum of RGB (Red+Green+Blue) = 201+186+237=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAED is #364512. Grayscale: #C4C4C4. Windows color (decimal): -3556627 or 15579849. OLE color: 15579849.

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

Color convert

RGB 201 186 237 -
CMYK 0.15 0.22 0 0.07
HSL 257.65º 0.59% 0.83% -
HSV(B) 257.65º 0.22% 0.93% -
XYZ 56.93 53.65 87.48 -
YUV 196.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 201 186 237 0.15 0.22 0 0.07 257.65 0.59 0.83
Hex C9 BA ED F 16 0 7 102 3B 53
Octal 311 272 355 17 26 0 7 402 73 123
Binary 11001001 10111010 11101101 1111 10110 0 111 100000010 111011 1010011

Color Harmonies of #C9BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAED

Black with #C9BAED

Text Example


Text Example

White with #C9BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAED; }

 p { color: rgb(201,186,237); }

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

background-color css

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

 a { background-color: rgb(201,186,237); }

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

border-color css

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

 span { border-color: rgb(201,186,237); }

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