Html Css Color HEX #AB9BBC East Side

📋 copy color: '#AB9BBC'

red 171 ◦ green 155 ◦ blue 188

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

Shades of East Side #AB9BBC

Tints of East Side #AB9BBC

RGB

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

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

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

R = 33.27%
G = 30.16%
B = 36.58%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB9BBC (or 0xAB9BBC) is known color: East Side. HEX triplet: AB, 9B and BC. RGB value is (171,155,188). Sum of RGB (Red+Green+Blue) = 171+155+188=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BBC is #546443. Grayscale: #A3A3A3. Windows color (decimal): -5530692 or 12360619. OLE color: 12360619.

HSL color Cylindrical-coordinate representation of color #AB9BBC: hue angle of 269.09º 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 #AB9BBC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 155 188 -
CMYK 0.09 0.18 0 0.26
HSL 269.09º 0.2% 0.67% -
HSV(B) 269.09º 0.18% 0.74% -
XYZ 37.59 35.73 52.49 -
YUV 163.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 171 155 188 0.09 0.18 0 0.26 269.09 0.2 0.67
Hex AB 9B BC 9 12 0 1A 10D 14 43
Octal 253 233 274 11 22 0 32 415 24 103
Binary 10101011 10011011 10111100 1001 10010 0 11010 100001101 10100 1000011

Color Harmonies of #AB9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BBC

Black with #AB9BBC

Text Example


Text Example

White with #AB9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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