#819BAB

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

Shades of Bali Hai #819BAB

Tints of Bali Hai #819BAB

Color information

#819BAB (or 0x819BAB) is unknown color: approx Bali Hai. HEX triplet: 81, 9B and AB. RGB value is (129,155,171). Sum of RGB (Red+Green+Blue) = 129+155+171=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #819BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819BAB is #7E6454. Grayscale: #949494. Windows color (decimal): -8283221 or 11246465. OLE color: 11246465.

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

Color convert

RGB129155171-
CMYK0.250.0900.33
HSL202.86º20%58.82%-
HSV(B)202.86º24.56%67.06%-
XYZ28.1331.0543.04-
YUV149.05140.39113.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.35%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=28.35%
G=34.07%
B=37.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291551710.250.0900.33202.862058.82
Hex819BAB199021cb143b
Octal20123325331110413132473
Binary10000001100110111010101111001100101000011100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819BAB; }

 p { color: rgb(129,155,171); }

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

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

 a { background-color: rgb(129,155,171); }

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

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

 span { border-color: rgb(129,155,171); }

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