Html Css Color HEX #C9BBE6 Melrose

📋 copy color: '#C9BBE6'

red 201 ◦ green 187 ◦ blue 230

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

Shades of Melrose #C9BBE6

Tints of Melrose #C9BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.26%

 BLUE value IS 230 (90.23% from 255) = 37.22%

R = 32.52%
G = 30.26%
B = 37.22%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C9BBE6 (or 0xC9BBE6) is known color: Melrose. HEX triplet: C9, BB and E6. RGB value is (201,187,230). Sum of RGB (Red+Green+Blue) = 201+187+230=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBE6 is #364419. Grayscale: #C3C3C3. Windows color (decimal): -3556378 or 15121353. OLE color: 15121353.

HSL color Cylindrical-coordinate representation of color #C9BBE6: hue angle of 259.53º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BBE6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 187 230 -
CMYK 0.13 0.19 0 0.10
HSL 259.53º 0.46% 0.82% -
HSV(B) 259.53º 0.19% 0.9% -
XYZ 56.14 53.67 82.26 -
YUV 196.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 201 187 230 0.13 0.19 0 0.10 259.53 0.46 0.82
Hex C9 BB E6 D 13 0 A 104 2E 52
Octal 311 273 346 15 23 0 12 404 56 122
Binary 11001001 10111011 11100110 1101 10011 0 1010 100000100 101110 1010010

Color Harmonies of #C9BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBE6

Black with #C9BBE6

Text Example


Text Example

White with #C9BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBE6; }

 p { color: rgb(201,187,230); }

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

background-color css

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

 a { background-color: rgb(201,187,230); }

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

border-color css

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

 span { border-color: rgb(201,187,230); }

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