Html Css Color HEX #899FAB Bali Hai

📋 copy color: '#899FAB'

red 137 ◦ green 159 ◦ blue 171

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

Shades of Bali Hai #899FAB

Tints of Bali Hai #899FAB

RGB

 RED value IS 137 (53.91% from 255) = 29.34%

 GREEN value IS 159 (62.5% from 255) = 34.05%

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

R = 29.34%
G = 34.05%
B = 36.62%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#899FAB (or 0x899FAB) is known color: Bali Hai. HEX triplet: 89, 9F and AB. RGB value is (137,159,171). Sum of RGB (Red+Green+Blue) = 137+159+171=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #899FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FAB is #766054. Grayscale: #999999. Windows color (decimal): -7757909 or 11247497. OLE color: 11247497.

HSL color Cylindrical-coordinate representation of color #899FAB: hue angle of 201.18º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899FAB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 159 171 -
CMYK 0.20 0.07 0 0.33
HSL 201.18º 0.17% 0.6% -
HSV(B) 201.18º 0.2% 0.67% -
XYZ 30.07 33.05 43.32 -
YUV 153.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 137 159 171 0.20 0.07 0 0.33 201.18 0.17 0.6
Hex 89 9F AB 14 7 0 21 C9 11 3C
Octal 211 237 253 24 7 0 41 311 21 74
Binary 10001001 10011111 10101011 10100 111 0 100001 11001001 10001 111100

Color Harmonies of #899FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FAB

Black with #899FAB

Text Example


Text Example

White with #899FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899FAB; }

 p { color: rgb(137,159,171); }

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

background-color css

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

 a { background-color: rgb(137,159,171); }

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

border-color css

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

 span { border-color: rgb(137,159,171); }

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