Html Css Color HEX #8296AC Bali Hai

📋 copy color: '#8296AC'

red 130 ◦ green 150 ◦ blue 172

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

Shades of Bali Hai #8296AC

Tints of Bali Hai #8296AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

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

R = 28.76%
G = 33.19%
B = 38.05%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8296AC (or 0x8296AC) is known color: Bali Hai. HEX triplet: 82, 96 and AC. RGB value is (130,150,172). Sum of RGB (Red+Green+Blue) = 130+150+172=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #8296AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8296AC is #7D6953. Grayscale: #929292. Windows color (decimal): -8218964 or 11310722. OLE color: 11310722.

HSL color Cylindrical-coordinate representation of color #8296AC: hue angle of 211.43º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8296AC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 150 172 -
CMYK 0.24 0.13 0 0.33
HSL 211.43º 0.2% 0.59% -
HSV(B) 211.43º 0.24% 0.67% -
XYZ 27.56 29.54 43.28 -
YUV 146.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 130 150 172 0.24 0.13 0 0.33 211.43 0.2 0.59
Hex 82 96 AC 18 D 0 21 D3 14 3B
Octal 202 226 254 30 15 0 41 323 24 73
Binary 10000010 10010110 10101100 11000 1101 0 100001 11010011 10100 111011

Color Harmonies of #8296AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296AC

Black with #8296AC

Text Example


Text Example

White with #8296AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8296AC; }

 p { color: rgb(130,150,172); }

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

background-color css

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

 a { background-color: rgb(130,150,172); }

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

border-color css

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

 span { border-color: rgb(130,150,172); }

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