Html Css Color HEX #C1BAD3 Melrose

📋 copy color: '#C1BAD3'

red 193 ◦ green 186 ◦ blue 211

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

Shades of Melrose #C1BAD3

Tints of Melrose #C1BAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.76%

R = 32.71%
G = 31.53%
B = 35.76%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C1BAD3 (or 0xC1BAD3) is known color: Melrose. HEX triplet: C1, BA and D3. RGB value is (193,186,211). Sum of RGB (Red+Green+Blue) = 193+186+211=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAD3 is #3E452C. Grayscale: #BEBEBE. Windows color (decimal): -4080941 or 13875905. OLE color: 13875905.

HSL color Cylindrical-coordinate representation of color #C1BAD3: hue angle of 256.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1BAD3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 186 211 -
CMYK 0.09 0.12 0 0.17
HSL 256.8º 0.22% 0.78% -
HSV(B) 256.8º 0.12% 0.83% -
XYZ 51.31 51.16 68.8 -
YUV 190.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 193 186 211 0.09 0.12 0 0.17 256.8 0.22 0.78
Hex C1 BA D3 9 C 0 11 101 16 4E
Octal 301 272 323 11 14 0 21 401 26 116
Binary 11000001 10111010 11010011 1001 1100 0 10001 100000001 10110 1001110

Color Harmonies of #C1BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAD3

Black with #C1BAD3

Text Example


Text Example

White with #C1BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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