Html Css Color HEX #C2BADC Melrose

📋 copy color: '#C2BADC'

red 194 ◦ green 186 ◦ blue 220

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

Shades of Melrose #C2BADC

Tints of Melrose #C2BADC

RGB

 RED value IS 194 (76.17% from 255) = 32.33%

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 32.33%
G = 31%
B = 36.67%

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

#C2BADC (or 0xC2BADC) is known color: Melrose. HEX triplet: C2, BA and DC. RGB value is (194,186,220). Sum of RGB (Red+Green+Blue) = 194+186+220=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BADC is #3D4523. Grayscale: #C0C0C0. Windows color (decimal): -4015396 or 14465730. OLE color: 14465730.

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

Color convert

RGB 194 186 220 -
CMYK 0.12 0.15 0 0.14
HSL 254.12º 0.33% 0.8% -
HSV(B) 254.12º 0.15% 0.86% -
XYZ 52.73 51.75 74.92 -
YUV 192.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 194 186 220 0.12 0.15 0 0.14 254.12 0.33 0.8
Hex C2 BA DC C F 0 E FE 21 50
Octal 302 272 334 14 17 0 16 376 41 120
Binary 11000010 10111010 11011100 1100 1111 0 1110 11111110 100001 1010000

Color Harmonies of #C2BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BADC

Black with #C2BADC

Text Example


Text Example

White with #C2BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BADC; }

 p { color: rgb(194,186,220); }

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

background-color css

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

 a { background-color: rgb(194,186,220); }

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

border-color css

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

 span { border-color: rgb(194,186,220); }

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