#849CAB

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

Shades of Bali Hai #849CAB

Tints of Bali Hai #849CAB

Color information

#849CAB (or 0x849CAB) is unknown color: approx Bali Hai. HEX triplet: 84, 9C and AB. RGB value is (132,156,171). Sum of RGB (Red+Green+Blue) = 132+156+171=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #849CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849CAB is #7B6354. Grayscale: #969696. Windows color (decimal): -8086357 or 11246724. OLE color: 11246724.

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

Color convert

RGB132156171-
CMYK0.230.0900.33
HSL203.08º18.84%59.41%-
HSV(B)203.08º22.81%67.06%-
XYZ28.7531.6243.12-
YUV150.53139.55114.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.76%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=28.76%
G=33.99%
B=37.25%

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
Decimal1321561710.230.0900.33203.0818.8459.41
Hex849CAB179021cb133b
Octal20423425327110413132373
Binary10000100100111001010101110111100101000011100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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