Html Css Color HEX #989BAB Manatee

📋 copy color: '#989BAB'

red 152 ◦ green 155 ◦ blue 171

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

Shades of Manatee #989BAB

Tints of Manatee #989BAB

RGB

 RED value IS 152 (59.77% from 255) = 31.8%

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

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 31.8%
G = 32.43%
B = 35.77%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#989BAB (or 0x989BAB) is known color: Manatee. HEX triplet: 98, 9B and AB. RGB value is (152,155,171). Sum of RGB (Red+Green+Blue) = 152+155+171=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #989BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BAB is #676454. Grayscale: #9B9B9B. Windows color (decimal): -6775893 or 11246488. OLE color: 11246488.

HSL color Cylindrical-coordinate representation of color #989BAB: hue angle of 230.53º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989BAB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 155 171 -
CMYK 0.11 0.09 0 0.33
HSL 230.53º 0.1% 0.63% -
HSV(B) 230.53º 0.11% 0.67% -
XYZ 32.02 33.06 43.22 -
YUV 155.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 152 155 171 0.11 0.09 0 0.33 230.53 0.1 0.63
Hex 98 9B AB B 9 0 21 E7 A 3F
Octal 230 233 253 13 11 0 41 347 12 77
Binary 10011000 10011011 10101011 1011 1001 0 100001 11100111 1010 111111

Color Harmonies of #989BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BAB

Black with #989BAB

Text Example


Text Example

White with #989BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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