Html Css Color HEX #C4BBD9 Melrose

📋 copy color: '#C4BBD9'

red 196 ◦ green 187 ◦ blue 217

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

Shades of Melrose #C4BBD9

Tints of Melrose #C4BBD9

RGB

 RED value IS 196 (76.95% from 255) = 32.67%

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

 BLUE value IS 217 (85.16% from 255) = 36.17%

R = 32.67%
G = 31.17%
B = 36.17%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4BBD9 (or 0xC4BBD9) is known color: Melrose. HEX triplet: C4, BB and D9. RGB value is (196,187,217). Sum of RGB (Red+Green+Blue) = 196+187+217=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #C4BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBD9 is #3B4426. Grayscale: #C1C1C1. Windows color (decimal): -3884071 or 14269380. OLE color: 14269380.

HSL color Cylindrical-coordinate representation of color #C4BBD9: hue angle of 258º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BBD9 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 187 217 -
CMYK 0.10 0.14 0 0.15
HSL 258º 0.28% 0.79% -
HSV(B) 258º 0.14% 0.85% -
XYZ 53.06 52.29 72.94 -
YUV 193.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 196 187 217 0.10 0.14 0 0.15 258 0.28 0.79
Hex C4 BB D9 A E 0 F 102 1C 4F
Octal 304 273 331 12 16 0 17 402 34 117
Binary 11000100 10111011 11011001 1010 1110 0 1111 100000010 11100 1001111

Color Harmonies of #C4BBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBD9

Black with #C4BBD9

Text Example


Text Example

White with #C4BBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBD9; }

 p { color: rgb(196,187,217); }

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

background-color css

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

 a { background-color: rgb(196,187,217); }

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

border-color css

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

 span { border-color: rgb(196,187,217); }

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