Html Css Color HEX #849BAC Bali Hai

📋 copy color: '#849BAC'

red 132 ◦ green 155 ◦ blue 172

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

Shades of Bali Hai #849BAC

Tints of Bali Hai #849BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 28.76%
G = 33.77%
B = 37.47%

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

#849BAC (or 0x849BAC) is known color: Bali Hai. HEX triplet: 84, 9B and AC. RGB value is (132,155,172). Sum of RGB (Red+Green+Blue) = 132+155+172=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #849BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849BAC is #7B6453. Grayscale: #959595. Windows color (decimal): -8086612 or 11312004. OLE color: 11312004.

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

Color convert

RGB 132 155 172 -
CMYK 0.23 0.10 0 0.33
HSL 205.5º 0.19% 0.6% -
HSV(B) 205.5º 0.23% 0.67% -
XYZ 28.68 31.33 43.56 -
YUV 150.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 132 155 172 0.23 0.10 0 0.33 205.5 0.19 0.6
Hex 84 9B AC 17 A 0 21 CE 13 3C
Octal 204 233 254 27 12 0 41 316 23 74
Binary 10000100 10011011 10101100 10111 1010 0 100001 11001110 10011 111100

Color Harmonies of #849BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BAC

Black with #849BAC

Text Example


Text Example

White with #849BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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