Html Css Color HEX #C4BBDC Melrose

📋 copy color: '#C4BBDC'

red 196 ◦ green 187 ◦ blue 220

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

Shades of Melrose #C4BBDC

Tints of Melrose #C4BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 32.5%
G = 31.01%
B = 36.48%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4BBDC (or 0xC4BBDC) is known color: Melrose. HEX triplet: C4, BB and DC. RGB value is (196,187,220). Sum of RGB (Red+Green+Blue) = 196+187+220=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDC is #3B4423. Grayscale: #C1C1C1. Windows color (decimal): -3884068 or 14465988. OLE color: 14465988.

HSL color Cylindrical-coordinate representation of color #C4BBDC: hue angle of 256.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BBDC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 187 220 -
CMYK 0.11 0.15 0 0.14
HSL 256.36º 0.32% 0.8% -
HSV(B) 256.36º 0.15% 0.86% -
XYZ 53.45 52.44 75.02 -
YUV 193.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 196 187 220 0.11 0.15 0 0.14 256.36 0.32 0.8
Hex C4 BB DC B F 0 E 100 20 50
Octal 304 273 334 13 17 0 16 400 40 120
Binary 11000100 10111011 11011100 1011 1111 0 1110 100000000 100000 1010000

Color Harmonies of #C4BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBDC

Black with #C4BBDC

Text Example


Text Example

White with #C4BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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