Html Css Color HEX #C9BCEA Melrose

📋 copy color: '#C9BCEA'

red 201 ◦ green 188 ◦ blue 234

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

Shades of Melrose #C9BCEA

Tints of Melrose #C9BCEA

RGB

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

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

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

R = 32.26%
G = 30.18%
B = 37.56%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9BCEA (or 0xC9BCEA) is known color: Melrose. HEX triplet: C9, BC and EA. RGB value is (201,188,234). Sum of RGB (Red+Green+Blue) = 201+188+234=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCEA is #364315. Grayscale: #C4C4C4. Windows color (decimal): -3556118 or 15383753. OLE color: 15383753.

HSL color Cylindrical-coordinate representation of color #C9BCEA: hue angle of 256.96º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BCEA is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 188 234 -
CMYK 0.14 0.20 0 0.08
HSL 256.96º 0.52% 0.83% -
HSV(B) 256.96º 0.2% 0.92% -
XYZ 56.92 54.32 85.33 -
YUV 197.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 201 188 234 0.14 0.20 0 0.08 256.96 0.52 0.83
Hex C9 BC EA E 14 0 8 101 34 53
Octal 311 274 352 16 24 0 10 401 64 123
Binary 11001001 10111100 11101010 1110 10100 0 1000 100000001 110100 1010011

Color Harmonies of #C9BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCEA

Black with #C9BCEA

Text Example


Text Example

White with #C9BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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