Html Css Color HEX #829299 Bali Hai

📋 copy color: '#829299'

red 130 ◦ green 146 ◦ blue 153

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

Shades of Bali Hai #829299

Tints of Bali Hai #829299

RGB

 RED value IS 130 (51.17% from 255) = 30.3%

 GREEN value IS 146 (57.42% from 255) = 34.03%

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 30.3%
G = 34.03%
B = 35.66%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#829299 (or 0x829299) is known color: Bali Hai. HEX triplet: 82, 92 and 99. RGB value is (130,146,153). Sum of RGB (Red+Green+Blue) = 130+146+153=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #829299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829299 is #7D6D66. Grayscale: #8D8D8D. Windows color (decimal): -8220007 or 10064514. OLE color: 10064514.

HSL color Cylindrical-coordinate representation of color #829299: hue angle of 198.26º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #829299 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 146 153 -
CMYK 0.15 0.05 0 0.4
HSL 198.26º 0.1% 0.55% -
HSV(B) 198.26º 0.15% 0.6% -
XYZ 25.23 27.6 34.14 -
YUV 142.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 130 146 153 0.15 0.05 0 0.4 198.26 0.1 0.55
Hex 82 92 99 F 5 0 28 C6 A 37
Octal 202 222 231 17 5 0 50 306 12 67
Binary 10000010 10010010 10011001 1111 101 0 101000 11000110 1010 110111

Color Harmonies of #829299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829299

Black with #829299

Text Example


Text Example

White with #829299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829299; }

 p { color: rgb(130,146,153); }

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

background-color css

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

 a { background-color: rgb(130,146,153); }

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

border-color css

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

 span { border-color: rgb(130,146,153); }

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