Html Css Color HEX #C9BAEA Melrose

📋 copy color: '#C9BAEA'

red 201 ◦ green 186 ◦ blue 234

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

Shades of Melrose #C9BAEA

Tints of Melrose #C9BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 32.37%
G = 29.95%
B = 37.68%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9BAEA (or 0xC9BAEA) is known color: Melrose. HEX triplet: C9, BA and EA. RGB value is (201,186,234). Sum of RGB (Red+Green+Blue) = 201+186+234=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAEA is #364515. Grayscale: #C3C3C3. Windows color (decimal): -3556630 or 15383241. OLE color: 15383241.

HSL color Cylindrical-coordinate representation of color #C9BAEA: hue angle of 258.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BAEA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 186 234 -
CMYK 0.14 0.21 0 0.08
HSL 258.75º 0.53% 0.82% -
HSV(B) 258.75º 0.21% 0.92% -
XYZ 56.5 53.48 85.19 -
YUV 195.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 201 186 234 0.14 0.21 0 0.08 258.75 0.53 0.82
Hex C9 BA EA E 15 0 8 103 35 52
Octal 311 272 352 16 25 0 10 403 65 122
Binary 11001001 10111010 11101010 1110 10101 0 1000 100000011 110101 1010010

Color Harmonies of #C9BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAEA

Black with #C9BAEA

Text Example


Text Example

White with #C9BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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