Html Css Color HEX #AB8B9E Bouquet

📋 copy color: '#AB8B9E'

red 171 ◦ green 139 ◦ blue 158

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

Shades of Bouquet #AB8B9E

Tints of Bouquet #AB8B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 158 (62.11% from 255) = 33.76%

R = 36.54%
G = 29.7%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB8B9E (or 0xAB8B9E) is known color: Bouquet. HEX triplet: AB, 8B and 9E. RGB value is (171,139,158). Sum of RGB (Red+Green+Blue) = 171+139+158=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B9E is #547461. Grayscale: #969696. Windows color (decimal): -5534818 or 10390443. OLE color: 10390443.

HSL color Cylindrical-coordinate representation of color #AB8B9E: hue angle of 324.38º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8B9E is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 139 158 -
CMYK 0 0.19 0.08 0.33
HSL 324.38º 0.16% 0.61% -
HSV(B) 324.38º 0.19% 0.67% -
XYZ 32.2 29.59 36.36 -
YUV 150.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 171 139 158 0 0.19 0.08 0.33 324.38 0.16 0.61
Hex AB 8B 9E 0 13 8 21 144 10 3D
Octal 253 213 236 0 23 10 41 504 20 75
Binary 10101011 10001011 10011110 0 10011 1000 100001 101000100 10000 111101

Color Harmonies of #AB8B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B9E

Black with #AB8B9E

Text Example


Text Example

White with #AB8B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B9E; }

 p { color: rgb(171,139,158); }

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

background-color css

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

 a { background-color: rgb(171,139,158); }

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

border-color css

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

 span { border-color: rgb(171,139,158); }

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