Html Css Color HEX #8199AE Bali Hai

📋 copy color: '#8199AE'

red 129 ◦ green 153 ◦ blue 174

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

Shades of Bali Hai #8199AE

Tints of Bali Hai #8199AE

RGB

 RED value IS 129 (50.78% from 255) = 28.29%

 GREEN value IS 153 (60.16% from 255) = 33.55%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 28.29%
G = 33.55%
B = 38.16%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8199AE (or 0x8199AE) is known color: Bali Hai. HEX triplet: 81, 99 and AE. RGB value is (129,153,174). Sum of RGB (Red+Green+Blue) = 129+153+174=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #8199AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8199AE is #7E6651. Grayscale: #949494. Windows color (decimal): -8283730 or 11442561. OLE color: 11442561.

HSL color Cylindrical-coordinate representation of color #8199AE: hue angle of 208º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8199AE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 153 174 -
CMYK 0.26 0.12 0 0.32
HSL 208º 0.22% 0.59% -
HSV(B) 208º 0.26% 0.68% -
XYZ 28.08 30.51 44.45 -
YUV 148.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 129 153 174 0.26 0.12 0 0.32 208 0.22 0.59
Hex 81 99 AE 1A C 0 20 D0 16 3B
Octal 201 231 256 32 14 0 40 320 26 73
Binary 10000001 10011001 10101110 11010 1100 0 100000 11010000 10110 111011

Color Harmonies of #8199AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8199AE

Black with #8199AE

Text Example


Text Example

White with #8199AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8199AE; }

 p { color: rgb(129,153,174); }

 H1.HeaderClassName
 {
   color: #8199AE;
 }
 .AnyTagClassName
 {
   color: #8199AE;
 }
</style>

background-color css

<style>
 a { background-color: #8199AE; }

 a { background-color: rgb(129,153,174); }

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

border-color css

<style>
 span { border-color: #8199AE; }

 span { border-color: rgb(129,153,174); }

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