Html Css Color HEX #AB9DBB East Side

📋 copy color: '#AB9DBB'

red 171 ◦ green 157 ◦ blue 187

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

Shades of East Side #AB9DBB

Tints of East Side #AB9DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.49%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 33.2%
G = 30.49%
B = 36.31%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB9DBB (or 0xAB9DBB) is known color: East Side. HEX triplet: AB, 9D and BB. RGB value is (171,157,187). Sum of RGB (Red+Green+Blue) = 171+157+187=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB9DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DBB is #546244. Grayscale: #A4A4A4. Windows color (decimal): -5530181 or 12295595. OLE color: 12295595.

HSL color Cylindrical-coordinate representation of color #AB9DBB: hue angle of 268º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9DBB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 157 187 -
CMYK 0.09 0.16 0 0.27
HSL 268º 0.18% 0.67% -
HSV(B) 268º 0.16% 0.73% -
XYZ 37.82 36.36 52.04 -
YUV 164.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 171 157 187 0.09 0.16 0 0.27 268 0.18 0.67
Hex AB 9D BB 9 10 0 1B 10C 12 43
Octal 253 235 273 11 20 0 33 414 22 103
Binary 10101011 10011101 10111011 1001 10000 0 11011 100001100 10010 1000011

Color Harmonies of #AB9DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DBB

Black with #AB9DBB

Text Example


Text Example

White with #AB9DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DBB; }

 p { color: rgb(171,157,187); }

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

background-color css

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

 a { background-color: rgb(171,157,187); }

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

border-color css

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

 span { border-color: rgb(171,157,187); }

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