Html Css Color HEX #849BAA Bali Hai

📋 copy color: '#849BAA'

red 132 ◦ green 155 ◦ blue 170

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

Shades of Bali Hai #849BAA

Tints of Bali Hai #849BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 28.88%
G = 33.92%
B = 37.2%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#849BAA (or 0x849BAA) is known color: Bali Hai. HEX triplet: 84, 9B and AA. RGB value is (132,155,170). Sum of RGB (Red+Green+Blue) = 132+155+170=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #849BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849BAA is #7B6455. Grayscale: #959595. Windows color (decimal): -8086614 or 11180932. OLE color: 11180932.

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

Color convert

RGB 132 155 170 -
CMYK 0.22 0.09 0 0.33
HSL 203.68º 0.18% 0.59% -
HSV(B) 203.68º 0.22% 0.67% -
XYZ 28.49 31.25 42.56 -
YUV 149.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 132 155 170 0.22 0.09 0 0.33 203.68 0.18 0.59
Hex 84 9B AA 16 9 0 21 CC 12 3B
Octal 204 233 252 26 11 0 41 314 22 73
Binary 10000100 10011011 10101010 10110 1001 0 100001 11001100 10010 111011

Color Harmonies of #849BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BAA

Black with #849BAA

Text Example


Text Example

White with #849BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,170); }

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

background-color css

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

 a { background-color: rgb(132,155,170); }

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

border-color css

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

 span { border-color: rgb(132,155,170); }

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