#849BAC

Color #849BAC Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #849BAC

Tints of Bali Hai #849BAC

Color information

#849BAC (or 0x849BAC) is unknown color: approx 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

RGB132155172-
CMYK0.230.1000.33
HSL205.5º19.42%59.61%-
HSV(B)205.5º23.26%67.45%-
XYZ28.6831.3343.56-
YUV150.06140.38115.12-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321551720.230.1000.33205.519.4259.61
Hex849BAC17A021ce133c
Octal20423325427120413162374
Binary10000100100110111010110010111101001000011100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>