Html Css Color HEX #C4BADF Melrose

📋 copy color: '#C4BADF'

red 196 ◦ green 186 ◦ blue 223

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

Shades of Melrose #C4BADF

Tints of Melrose #C4BADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.74%

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 32.4%
G = 30.74%
B = 36.86%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4BADF (or 0xC4BADF) is known color: Melrose. HEX triplet: C4, BA and DF. RGB value is (196,186,223). Sum of RGB (Red+Green+Blue) = 196+186+223=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADF is #3B4520. Grayscale: #C1C1C1. Windows color (decimal): -3884321 or 14662340. OLE color: 14662340.

HSL color Cylindrical-coordinate representation of color #C4BADF: hue angle of 256.22º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4BADF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 186 223 -
CMYK 0.12 0.17 0 0.13
HSL 256.22º 0.37% 0.8% -
HSV(B) 256.22º 0.17% 0.87% -
XYZ 53.64 52.18 77.06 -
YUV 193.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 196 186 223 0.12 0.17 0 0.13 256.22 0.37 0.8
Hex C4 BA DF C 11 0 D 100 25 50
Octal 304 272 337 14 21 0 15 400 45 120
Binary 11000100 10111010 11011111 1100 10001 0 1101 100000000 100101 1010000

Color Harmonies of #C4BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BADF

Black with #C4BADF

Text Example


Text Example

White with #C4BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BADF; }

 p { color: rgb(196,186,223); }

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

background-color css

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

 a { background-color: rgb(196,186,223); }

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

border-color css

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

 span { border-color: rgb(196,186,223); }

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