#8AA0B1

Color #8AA0B1 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8AA0B1

Tints of Bali Hai #8AA0B1

Color information

#8AA0B1 (or 0x8AA0B1) is unknown color: approx Bali Hai. HEX triplet: 8A, A0 and B1. RGB value is (138,160,177). Sum of RGB (Red+Green+Blue) = 138+160+177=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #8AA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA0B1 is #755F4E. Grayscale: #9B9B9B. Windows color (decimal): -7692111 or 11640970. OLE color: 11640970.

HSL color Cylindrical-coordinate representation of color #8AA0B1: hue angle of 206.15º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AA0B1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138160177-
CMYK0.220.1000.31
HSL206.15º20%61.76%-
HSV(B)206.15º22.03%69.41%-
XYZ30.9933.7246.47-
YUV155.36140.21115.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=29.05%
G=33.68%
B=37.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381601770.220.1000.31206.152061.76
Hex8AA0B116A01Fce143e
Octal21224026126120373162476
Binary1000101010100000101100011011010100111111100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,160,177); }

 H1.HeaderClassName
 {
   color: #8AA0B1;
 }
 .AnyTagClassName
 {
   color: #8AA0B1;
 }
</style>
background-color css

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

 a { background-color: rgb(138,160,177); }

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

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

 span { border-color: rgb(138,160,177); }

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