Html Css Color HEX #C1BAD4 Melrose

📋 copy color: '#C1BAD4'

red 193 ◦ green 186 ◦ blue 212

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

Shades of Melrose #C1BAD4

Tints of Melrose #C1BAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.87%

R = 32.66%
G = 31.47%
B = 35.87%

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

#C1BAD4 (or 0xC1BAD4) is known color: Melrose. HEX triplet: C1, BA and D4. RGB value is (193,186,212). Sum of RGB (Red+Green+Blue) = 193+186+212=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #C1BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAD4 is #3E452B. Grayscale: #BEBEBE. Windows color (decimal): -4080940 or 13941441. OLE color: 13941441.

HSL color Cylindrical-coordinate representation of color #C1BAD4: hue angle of 256.15º degrees, saturation: 0.23, 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 #C1BAD4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 186 212 -
CMYK 0.09 0.12 0 0.17
HSL 256.15º 0.23% 0.78% -
HSV(B) 256.15º 0.12% 0.83% -
XYZ 51.43 51.21 69.46 -
YUV 191.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 193 186 212 0.09 0.12 0 0.17 256.15 0.23 0.78
Hex C1 BA D4 9 C 0 11 100 17 4E
Octal 301 272 324 11 14 0 21 400 27 116
Binary 11000001 10111010 11010100 1001 1100 0 10001 100000000 10111 1001110

Color Harmonies of #C1BAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAD4

Black with #C1BAD4

Text Example


Text Example

White with #C1BAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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