Html Css Color HEX #C4BBD6 Melrose

📋 copy color: '#C4BBD6'

red 196 ◦ green 187 ◦ blue 214

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

Shades of Melrose #C4BBD6

Tints of Melrose #C4BBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 32.83%
G = 31.32%
B = 35.85%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C4BBD6 (or 0xC4BBD6) is known color: Melrose. HEX triplet: C4, BB and D6. RGB value is (196,187,214). Sum of RGB (Red+Green+Blue) = 196+187+214=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #C4BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBD6 is #3B4429. Grayscale: #C0C0C0. Windows color (decimal): -3884074 or 14072772. OLE color: 14072772.

HSL color Cylindrical-coordinate representation of color #C4BBD6: hue angle of 260º degrees, saturation: 0.25, 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 #C4BBD6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 187 214 -
CMYK 0.08 0.13 0 0.16
HSL 260º 0.25% 0.79% -
HSV(B) 260º 0.13% 0.84% -
XYZ 52.67 52.13 70.9 -
YUV 192.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 196 187 214 0.08 0.13 0 0.16 260 0.25 0.79
Hex C4 BB D6 8 D 0 10 104 19 4F
Octal 304 273 326 10 15 0 20 404 31 117
Binary 11000100 10111011 11010110 1000 1101 0 10000 100000100 11001 1001111

Color Harmonies of #C4BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBD6

Black with #C4BBD6

Text Example


Text Example

White with #C4BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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