Html Css Color HEX #849EAB Bali Hai

📋 copy color: '#849EAB'

red 132 ◦ green 158 ◦ blue 171

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

Shades of Bali Hai #849EAB

Tints of Bali Hai #849EAB

RGB

 RED value IS 132 (51.95% from 255) = 28.63%

 GREEN value IS 158 (62.11% from 255) = 34.27%

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

R = 28.63%
G = 34.27%
B = 37.09%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#849EAB (or 0x849EAB) is known color: Bali Hai. HEX triplet: 84, 9E and AB. RGB value is (132,158,171). Sum of RGB (Red+Green+Blue) = 132+158+171=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #849EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849EAB is #7B6154. Grayscale: #979797. Windows color (decimal): -8085845 or 11247236. OLE color: 11247236.

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

Color convert

RGB 132 158 171 -
CMYK 0.23 0.08 0 0.33
HSL 200º 0.19% 0.59% -
HSV(B) 200º 0.23% 0.67% -
XYZ 29.09 32.3 43.23 -
YUV 151.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 132 158 171 0.23 0.08 0 0.33 200 0.19 0.59
Hex 84 9E AB 17 8 0 21 C8 13 3B
Octal 204 236 253 27 10 0 41 310 23 73
Binary 10000100 10011110 10101011 10111 1000 0 100001 11001000 10011 111011

Color Harmonies of #849EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EAB

Black with #849EAB

Text Example


Text Example

White with #849EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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