Html Css Color HEX #AB9CBD East Side

📋 copy color: '#AB9CBD'

red 171 ◦ green 156 ◦ blue 189

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

Shades of East Side #AB9CBD

Tints of East Side #AB9CBD

RGB

 RED value IS 171 (67.19% from 255) = 33.14%

 GREEN value IS 156 (61.33% from 255) = 30.23%

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 33.14%
G = 30.23%
B = 36.63%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB9CBD (or 0xAB9CBD) is known color: East Side. HEX triplet: AB, 9C and BD. RGB value is (171,156,189). Sum of RGB (Red+Green+Blue) = 171+156+189=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CBD is #546342. Grayscale: #A4A4A4. Windows color (decimal): -5530435 or 12426411. OLE color: 12426411.

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

Color convert

RGB 171 156 189 -
CMYK 0.10 0.17 0 0.26
HSL 267.27º 0.2% 0.68% -
HSV(B) 267.27º 0.17% 0.74% -
XYZ 37.87 36.11 53.12 -
YUV 164.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 171 156 189 0.10 0.17 0 0.26 267.27 0.2 0.68
Hex AB 9C BD A 11 0 1A 10B 14 44
Octal 253 234 275 12 21 0 32 413 24 104
Binary 10101011 10011100 10111101 1010 10001 0 11010 100001011 10100 1000100

Color Harmonies of #AB9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CBD

Black with #AB9CBD

Text Example


Text Example

White with #AB9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CBD; }

 p { color: rgb(171,156,189); }

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

background-color css

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

 a { background-color: rgb(171,156,189); }

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

border-color css

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

 span { border-color: rgb(171,156,189); }

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