Html Css Color HEX #8B9BAD Bali Hai

📋 copy color: '#8B9BAD'

red 139 ◦ green 155 ◦ blue 173

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

Shades of Bali Hai #8B9BAD

Tints of Bali Hai #8B9BAD

RGB

 RED value IS 139 (54.69% from 255) = 29.76%

 GREEN value IS 155 (60.94% from 255) = 33.19%

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 29.76%
G = 33.19%
B = 37.04%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B9BAD (or 0x8B9BAD) is known color: Bali Hai. HEX triplet: 8B, 9B and AD. RGB value is (139,155,173). Sum of RGB (Red+Green+Blue) = 139+155+173=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9BAD is #746452. Grayscale: #989898. Windows color (decimal): -7627859 or 11377547. OLE color: 11377547.

HSL color Cylindrical-coordinate representation of color #8B9BAD: hue angle of 211.76º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B9BAD is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 155 173 -
CMYK 0.20 0.10 0 0.32
HSL 211.76º 0.17% 0.61% -
HSV(B) 211.76º 0.2% 0.68% -
XYZ 29.91 31.95 44.13 -
YUV 152.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 139 155 173 0.20 0.10 0 0.32 211.76 0.17 0.61
Hex 8B 9B AD 14 A 0 20 D4 11 3D
Octal 213 233 255 24 12 0 40 324 21 75
Binary 10001011 10011011 10101101 10100 1010 0 100000 11010100 10001 111101

Color Harmonies of #8B9BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9BAD

Black with #8B9BAD

Text Example


Text Example

White with #8B9BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B9BAD; }

 p { color: rgb(139,155,173); }

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

background-color css

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

 a { background-color: rgb(139,155,173); }

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

border-color css

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

 span { border-color: rgb(139,155,173); }

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