Html Css Color HEX #C1BADB Melrose

📋 copy color: '#C1BADB'

red 193 ◦ green 186 ◦ blue 219

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

Shades of Melrose #C1BADB

Tints of Melrose #C1BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 32.27%
G = 31.1%
B = 36.62%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1BADB (or 0xC1BADB) is known color: Melrose. HEX triplet: C1, BA and DB. RGB value is (193,186,219). Sum of RGB (Red+Green+Blue) = 193+186+219=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BADB is #3E4524. Grayscale: #BFBFBF. Windows color (decimal): -4080933 or 14400193. OLE color: 14400193.

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

Color convert

RGB 193 186 219 -
CMYK 0.12 0.15 0 0.14
HSL 252.73º 0.31% 0.79% -
HSV(B) 252.73º 0.15% 0.86% -
XYZ 52.34 51.57 74.21 -
YUV 191.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 193 186 219 0.12 0.15 0 0.14 252.73 0.31 0.79
Hex C1 BA DB C F 0 E FD 1F 4F
Octal 301 272 333 14 17 0 16 375 37 117
Binary 11000001 10111010 11011011 1100 1111 0 1110 11111101 11111 1001111

Color Harmonies of #C1BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BADB

Black with #C1BADB

Text Example


Text Example

White with #C1BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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