Html Css Color HEX #C9BAEE Melrose

📋 copy color: '#C9BAEE'

red 201 ◦ green 186 ◦ blue 238

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

Shades of Melrose #C9BAEE

Tints of Melrose #C9BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 32.16%
G = 29.76%
B = 38.08%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9BAEE (or 0xC9BAEE) is known color: Melrose. HEX triplet: C9, BA and EE. RGB value is (201,186,238). Sum of RGB (Red+Green+Blue) = 201+186+238=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAEE is #364511. Grayscale: #C4C4C4. Windows color (decimal): -3556626 or 15645385. OLE color: 15645385.

HSL color Cylindrical-coordinate representation of color #C9BAEE: hue angle of 257.31º degrees, saturation: 0.6, 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 #C9BAEE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 186 238 -
CMYK 0.16 0.22 0 0.07
HSL 257.31º 0.6% 0.83% -
HSV(B) 257.31º 0.22% 0.93% -
XYZ 57.08 53.71 88.25 -
YUV 196.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 201 186 238 0.16 0.22 0 0.07 257.31 0.6 0.83
Hex C9 BA EE 10 16 0 7 101 3C 53
Octal 311 272 356 20 26 0 7 401 74 123
Binary 11001001 10111010 11101110 10000 10110 0 111 100000001 111100 1010011

Color Harmonies of #C9BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAEE

Black with #C9BAEE

Text Example


Text Example

White with #C9BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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