Html Css Color HEX #C1BADF Melrose

📋 copy color: '#C1BADF'

red 193 ◦ green 186 ◦ blue 223

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

Shades of Melrose #C1BADF

Tints of Melrose #C1BADF

RGB

 RED value IS 193 (75.78% from 255) = 32.06%

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

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

R = 32.06%
G = 30.9%
B = 37.04%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1BADF (or 0xC1BADF) is known color: Melrose. HEX triplet: C1, BA and DF. RGB value is (193,186,223). Sum of RGB (Red+Green+Blue) = 193+186+223=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BADF is #3E4520. Grayscale: #C0C0C0. Windows color (decimal): -4080929 or 14662337. OLE color: 14662337.

HSL color Cylindrical-coordinate representation of color #C1BADF: hue angle of 251.35º 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 #C1BADF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 186 223 -
CMYK 0.13 0.17 0 0.13
HSL 251.35º 0.37% 0.8% -
HSV(B) 251.35º 0.17% 0.87% -
XYZ 52.87 51.78 77.02 -
YUV 192.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 193 186 223 0.13 0.17 0 0.13 251.35 0.37 0.8
Hex C1 BA DF D 11 0 D FB 25 50
Octal 301 272 337 15 21 0 15 373 45 120
Binary 11000001 10111010 11011111 1101 10001 0 1101 11111011 100101 1010000

Color Harmonies of #C1BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BADF

Black with #C1BADF

Text Example


Text Example

White with #C1BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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