Html Css Color HEX #C4BBD8 Melrose

📋 copy color: '#C4BBD8'

red 196 ◦ green 187 ◦ blue 216

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

Shades of Melrose #C4BBD8

Tints of Melrose #C4BBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.06%

R = 32.72%
G = 31.22%
B = 36.06%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4BBD8 (or 0xC4BBD8) is known color: Melrose. HEX triplet: C4, BB and D8. RGB value is (196,187,216). Sum of RGB (Red+Green+Blue) = 196+187+216=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBD8 is #3B4427. Grayscale: #C0C0C0. Windows color (decimal): -3884072 or 14203844. OLE color: 14203844.

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

Color convert

RGB 196 187 216 -
CMYK 0.09 0.13 0 0.15
HSL 258.62º 0.27% 0.79% -
HSV(B) 258.62º 0.13% 0.85% -
XYZ 52.93 52.23 72.26 -
YUV 193 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 196 187 216 0.09 0.13 0 0.15 258.62 0.27 0.79
Hex C4 BB D8 9 D 0 F 103 1B 4F
Octal 304 273 330 11 15 0 17 403 33 117
Binary 11000100 10111011 11011000 1001 1101 0 1111 100000011 11011 1001111

Color Harmonies of #C4BBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBD8

Black with #C4BBD8

Text Example


Text Example

White with #C4BBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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