Html Css Color HEX #AD9BBC East Side

📋 copy color: '#AD9BBC'

red 173 ◦ green 155 ◦ blue 188

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

Shades of East Side #AD9BBC

Tints of East Side #AD9BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.04%

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

R = 33.53%
G = 30.04%
B = 36.43%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD9BBC (or 0xAD9BBC) is known color: East Side. HEX triplet: AD, 9B and BC. RGB value is (173,155,188). Sum of RGB (Red+Green+Blue) = 173+155+188=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BBC is #526443. Grayscale: #A4A4A4. Windows color (decimal): -5399620 or 12360621. OLE color: 12360621.

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

Color convert

RGB 173 155 188 -
CMYK 0.08 0.18 0 0.26
HSL 272.73º 0.2% 0.67% -
HSV(B) 272.73º 0.18% 0.74% -
XYZ 38.03 35.96 52.51 -
YUV 164.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 173 155 188 0.08 0.18 0 0.26 272.73 0.2 0.67
Hex AD 9B BC 8 12 0 1A 111 14 43
Octal 255 233 274 10 22 0 32 421 24 103
Binary 10101101 10011011 10111100 1000 10010 0 11010 100010001 10100 1000011

Color Harmonies of #AD9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BBC

Black with #AD9BBC

Text Example


Text Example

White with #AD9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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