Html Css Color HEX #829298 Bali Hai

📋 copy color: '#829298'

red 130 ◦ green 146 ◦ blue 152

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

Shades of Bali Hai #829298

Tints of Bali Hai #829298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.51%

R = 30.37%
G = 34.11%
B = 35.51%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#829298 (or 0x829298) is known color: Bali Hai. HEX triplet: 82, 92 and 98. RGB value is (130,146,152). Sum of RGB (Red+Green+Blue) = 130+146+152=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 152 - color contains mainly: blue. Hex color #829298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829298 is #7D6D67. Grayscale: #8D8D8D. Windows color (decimal): -8220008 or 9998978. OLE color: 9998978.

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

Color convert

RGB 130 146 152 -
CMYK 0.14 0.04 0 0.40
HSL 196.36º 0.1% 0.55% -
HSV(B) 196.36º 0.14% 0.6% -
XYZ 25.15 27.57 33.7 -
YUV 141.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 130 146 152 0.14 0.04 0 0.40 196.36 0.1 0.55
Hex 82 92 98 E 4 0 28 C4 A 37
Octal 202 222 230 16 4 0 50 304 12 67
Binary 10000010 10010010 10011000 1110 100 0 101000 11000100 1010 110111

Color Harmonies of #829298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829298

Black with #829298

Text Example


Text Example

White with #829298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829298; }

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

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

background-color css

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

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

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

border-color css

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

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

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