Html Css Color HEX #C4BBD7 Melrose

📋 copy color: '#C4BBD7'

red 196 ◦ green 187 ◦ blue 215

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

Shades of Melrose #C4BBD7

Tints of Melrose #C4BBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 32.78%
G = 31.27%
B = 35.95%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C4BBD7 (or 0xC4BBD7) is known color: Melrose. HEX triplet: C4, BB and D7. RGB value is (196,187,215). Sum of RGB (Red+Green+Blue) = 196+187+215=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBD7 is #3B4428. Grayscale: #C0C0C0. Windows color (decimal): -3884073 or 14138308. OLE color: 14138308.

HSL color Cylindrical-coordinate representation of color #C4BBD7: hue angle of 259.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BBD7 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 187 215 -
CMYK 0.09 0.13 0 0.16
HSL 259.29º 0.26% 0.79% -
HSV(B) 259.29º 0.13% 0.84% -
XYZ 52.8 52.18 71.58 -
YUV 192.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 196 187 215 0.09 0.13 0 0.16 259.29 0.26 0.79
Hex C4 BB D7 9 D 0 10 103 1A 4F
Octal 304 273 327 11 15 0 20 403 32 117
Binary 11000100 10111011 11010111 1001 1101 0 10000 100000011 11010 1001111

Color Harmonies of #C4BBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBD7

Black with #C4BBD7

Text Example


Text Example

White with #C4BBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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