Html Css Color HEX #84A1B0 Bali Hai

📋 copy color: '#84A1B0'

red 132 ◦ green 161 ◦ blue 176

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

Shades of Bali Hai #84A1B0

Tints of Bali Hai #84A1B0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.33%

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 28.14%
G = 34.33%
B = 37.53%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#84A1B0 (or 0x84A1B0) is known color: Bali Hai. HEX triplet: 84, A1 and B0. RGB value is (132,161,176). Sum of RGB (Red+Green+Blue) = 132+161+176=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #84A1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A1B0 is #7B5E4F. Grayscale: #999999. Windows color (decimal): -8085072 or 11575684. OLE color: 11575684.

HSL color Cylindrical-coordinate representation of color #84A1B0: hue angle of 200.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A1B0 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 161 176 -
CMYK 0.25 0.09 0 0.31
HSL 200.45º 0.22% 0.6% -
HSV(B) 200.45º 0.25% 0.69% -
XYZ 30.1 33.53 45.96 -
YUV 154.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 132 161 176 0.25 0.09 0 0.31 200.45 0.22 0.6
Hex 84 A1 B0 19 9 0 1F C8 16 3C
Octal 204 241 260 31 11 0 37 310 26 74
Binary 10000100 10100001 10110000 11001 1001 0 11111 11001000 10110 111100

Color Harmonies of #84A1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A1B0

Black with #84A1B0

Text Example


Text Example

White with #84A1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A1B0; }

 p { color: rgb(132,161,176); }

 H1.HeaderClassName
 {
   color: #84A1B0;
 }
 .AnyTagClassName
 {
   color: #84A1B0;
 }
</style>

background-color css

<style>
 a { background-color: #84A1B0; }

 a { background-color: rgb(132,161,176); }

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

border-color css

<style>
 span { border-color: #84A1B0; }

 span { border-color: rgb(132,161,176); }

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