#849DAC

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

Shades of Bali Hai #849DAC

Tints of Bali Hai #849DAC

Color information

#849DAC (or 0x849DAC) is unknown color: approx Bali Hai. HEX triplet: 84, 9D and AC. RGB value is (132,157,172). Sum of RGB (Red+Green+Blue) = 132+157+172=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #849DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DAC is #7B6253. Grayscale: #979797. Windows color (decimal): -8086100 or 11312516. OLE color: 11312516.

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

Color convert

RGB132157172-
CMYK0.230.0900.33
HSL202.5º19.42%59.61%-
HSV(B)202.5º23.26%67.45%-
XYZ29.023243.68-
YUV151.23139.72114.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=28.63%
G=34.06%
B=37.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321571720.230.0900.33202.519.4259.61
Hex849DAC179021ca133c
Octal20423525427110413122374
Binary10000100100111011010110010111100101000011100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #849DAC;
 }
 .AnyTagClassName
 {
   color: #849DAC;
 }
</style>
background-color css

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

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

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

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

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

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