Html Css Color HEX #899CB0 Bali Hai

📋 copy color: '#899CB0'

red 137 ◦ green 156 ◦ blue 176

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

Shades of Bali Hai #899CB0

Tints of Bali Hai #899CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 29.21%
G = 33.26%
B = 37.53%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#899CB0 (or 0x899CB0) is known color: Bali Hai. HEX triplet: 89, 9C and B0. RGB value is (137,156,176). Sum of RGB (Red+Green+Blue) = 137+156+176=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #899CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899CB0 is #76634F. Grayscale: #989898. Windows color (decimal): -7758672 or 11574409. OLE color: 11574409.

HSL color Cylindrical-coordinate representation of color #899CB0: hue angle of 210.77º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #899CB0 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 156 176 -
CMYK 0.22 0.11 0 0.31
HSL 210.77º 0.2% 0.61% -
HSV(B) 210.77º 0.22% 0.69% -
XYZ 30.04 32.23 45.71 -
YUV 152.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 137 156 176 0.22 0.11 0 0.31 210.77 0.2 0.61
Hex 89 9C B0 16 B 0 1F D3 14 3D
Octal 211 234 260 26 13 0 37 323 24 75
Binary 10001001 10011100 10110000 10110 1011 0 11111 11010011 10100 111101

Color Harmonies of #899CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CB0

Black with #899CB0

Text Example


Text Example

White with #899CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,156,176); }

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

background-color css

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

 a { background-color: rgb(137,156,176); }

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

border-color css

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

 span { border-color: rgb(137,156,176); }

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