Html Css Color HEX #849CAC Bali Hai

📋 copy color: '#849CAC'

red 132 ◦ green 156 ◦ blue 172

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

Shades of Bali Hai #849CAC

Tints of Bali Hai #849CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.91%

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

R = 28.7%
G = 33.91%
B = 37.39%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#849CAC (or 0x849CAC) is known color: Bali Hai. HEX triplet: 84, 9C and AC. RGB value is (132,156,172). Sum of RGB (Red+Green+Blue) = 132+156+172=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #849CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849CAC is #7B6353. Grayscale: #969696. Windows color (decimal): -8086356 or 11312260. OLE color: 11312260.

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

Color convert

RGB 132 156 172 -
CMYK 0.23 0.09 0 0.33
HSL 204º 0.19% 0.6% -
HSV(B) 204º 0.23% 0.67% -
XYZ 28.85 31.66 43.62 -
YUV 150.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 132 156 172 0.23 0.09 0 0.33 204 0.19 0.6
Hex 84 9C AC 17 9 0 21 CC 13 3C
Octal 204 234 254 27 11 0 41 314 23 74
Binary 10000100 10011100 10101100 10111 1001 0 100001 11001100 10011 111100

Color Harmonies of #849CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CAC

Black with #849CAC

Text Example


Text Example

White with #849CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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