Html Css Color HEX #AD94BC East Side

📋 copy color: '#AD94BC'

red 173 ◦ green 148 ◦ blue 188

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

Shades of East Side #AD94BC

Tints of East Side #AD94BC

RGB

 RED value IS 173 (67.97% from 255) = 33.99%

 GREEN value IS 148 (58.2% from 255) = 29.08%

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 33.99%
G = 29.08%
B = 36.94%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD94BC (or 0xAD94BC) is known color: East Side. HEX triplet: AD, 94 and BC. RGB value is (173,148,188). Sum of RGB (Red+Green+Blue) = 173+148+188=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD94BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94BC is #526B43. Grayscale: #9F9F9F. Windows color (decimal): -5401412 or 12358829. OLE color: 12358829.

HSL color Cylindrical-coordinate representation of color #AD94BC: hue angle of 277.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD94BC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 148 188 -
CMYK 0.08 0.21 0 0.26
HSL 277.5º 0.23% 0.66% -
HSV(B) 277.5º 0.21% 0.74% -
XYZ 36.9 33.69 52.14 -
YUV 160.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 173 148 188 0.08 0.21 0 0.26 277.5 0.23 0.66
Hex AD 94 BC 8 15 0 1A 116 17 42
Octal 255 224 274 10 25 0 32 426 27 102
Binary 10101101 10010100 10111100 1000 10101 0 11010 100010110 10111 1000010

Color Harmonies of #AD94BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94BC

Black with #AD94BC

Text Example


Text Example

White with #AD94BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94BC; }

 p { color: rgb(173,148,188); }

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

background-color css

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

 a { background-color: rgb(173,148,188); }

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

border-color css

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

 span { border-color: rgb(173,148,188); }

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