Html Css Color HEX #849AAB Bali Hai

📋 copy color: '#849AAB'

red 132 ◦ green 154 ◦ blue 171

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

Shades of Bali Hai #849AAB

Tints of Bali Hai #849AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

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

R = 28.88%
G = 33.7%
B = 37.42%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#849AAB (or 0x849AAB) is known color: Bali Hai. HEX triplet: 84, 9A and AB. RGB value is (132,154,171). Sum of RGB (Red+Green+Blue) = 132+154+171=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #849AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AAB is #7B6554. Grayscale: #959595. Windows color (decimal): -8086869 or 11246212. OLE color: 11246212.

HSL color Cylindrical-coordinate representation of color #849AAB: hue angle of 206.15º 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 #849AAB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 154 171 -
CMYK 0.23 0.10 0 0.33
HSL 206.15º 0.19% 0.59% -
HSV(B) 206.15º 0.23% 0.67% -
XYZ 28.42 30.96 43.01 -
YUV 149.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 132 154 171 0.23 0.10 0 0.33 206.15 0.19 0.59
Hex 84 9A AB 17 A 0 21 CE 13 3B
Octal 204 232 253 27 12 0 41 316 23 73
Binary 10000100 10011010 10101011 10111 1010 0 100001 11001110 10011 111011

Color Harmonies of #849AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AAB

Black with #849AAB

Text Example


Text Example

White with #849AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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