Html Css Color HEX #C1BAD5 Melrose

📋 copy color: '#C1BAD5'

red 193 ◦ green 186 ◦ blue 213

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

Shades of Melrose #C1BAD5

Tints of Melrose #C1BAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.98%

R = 32.6%
G = 31.42%
B = 35.98%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C1BAD5 (or 0xC1BAD5) is known color: Melrose. HEX triplet: C1, BA and D5. RGB value is (193,186,213). Sum of RGB (Red+Green+Blue) = 193+186+213=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAD5 is #3E452A. Grayscale: #BFBFBF. Windows color (decimal): -4080939 or 14006977. OLE color: 14006977.

HSL color Cylindrical-coordinate representation of color #C1BAD5: hue angle of 255.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1BAD5 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 186 213 -
CMYK 0.09 0.13 0 0.16
HSL 255.56º 0.24% 0.78% -
HSV(B) 255.56º 0.13% 0.84% -
XYZ 51.56 51.26 70.13 -
YUV 191.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 193 186 213 0.09 0.13 0 0.16 255.56 0.24 0.78
Hex C1 BA D5 9 D 0 10 100 18 4E
Octal 301 272 325 11 15 0 20 400 30 116
Binary 11000001 10111010 11010101 1001 1101 0 10000 100000000 11000 1001110

Color Harmonies of #C1BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAD5

Black with #C1BAD5

Text Example


Text Example

White with #C1BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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