Html Css Color HEX #AB9CBC East Side

📋 copy color: '#AB9CBC'

red 171 ◦ green 156 ◦ blue 188

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

Shades of East Side #AB9CBC

Tints of East Side #AB9CBC

RGB

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

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

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

R = 33.2%
G = 30.29%
B = 36.5%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB9CBC (or 0xAB9CBC) is known color: East Side. HEX triplet: AB, 9C and BC. RGB value is (171,156,188). Sum of RGB (Red+Green+Blue) = 171+156+188=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CBC is #546343. Grayscale: #A4A4A4. Windows color (decimal): -5530436 or 12360875. OLE color: 12360875.

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

Color convert

RGB 171 156 188 -
CMYK 0.09 0.17 0 0.26
HSL 268.13º 0.19% 0.67% -
HSV(B) 268.13º 0.17% 0.74% -
XYZ 37.76 36.07 52.55 -
YUV 164.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 171 156 188 0.09 0.17 0 0.26 268.13 0.19 0.67
Hex AB 9C BC 9 11 0 1A 10C 13 43
Octal 253 234 274 11 21 0 32 414 23 103
Binary 10101011 10011100 10111100 1001 10001 0 11010 100001100 10011 1000011

Color Harmonies of #AB9CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CBC

Black with #AB9CBC

Text Example


Text Example

White with #AB9CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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