Html Css Color HEX #C9BBEB Melrose

📋 copy color: '#C9BBEB'

red 201 ◦ green 187 ◦ blue 235

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

Shades of Melrose #C9BBEB

Tints of Melrose #C9BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 32.26%
G = 30.02%
B = 37.72%

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

#C9BBEB (or 0xC9BBEB) is known color: Melrose. HEX triplet: C9, BB and EB. RGB value is (201,187,235). Sum of RGB (Red+Green+Blue) = 201+187+235=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBEB is #364414. Grayscale: #C4C4C4. Windows color (decimal): -3556373 or 15449033. OLE color: 15449033.

HSL color Cylindrical-coordinate representation of color #C9BBEB: hue angle of 257.5º degrees, saturation: 0.55, 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 #C9BBEB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 187 235 -
CMYK 0.14 0.20 0 0.08
HSL 257.5º 0.55% 0.83% -
HSV(B) 257.5º 0.2% 0.92% -
XYZ 56.85 53.96 86.02 -
YUV 196.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 201 187 235 0.14 0.20 0 0.08 257.5 0.55 0.83
Hex C9 BB EB E 14 0 8 102 37 53
Octal 311 273 353 16 24 0 10 402 67 123
Binary 11001001 10111011 11101011 1110 10100 0 1000 100000010 110111 1010011

Color Harmonies of #C9BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBEB

Black with #C9BBEB

Text Example


Text Example

White with #C9BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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