#819BAD

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

Shades of Bali Hai #819BAD

Tints of Bali Hai #819BAD

Color information

#819BAD (or 0x819BAD) is unknown color: approx Bali Hai. HEX triplet: 81, 9B and AD. RGB value is (129,155,173). Sum of RGB (Red+Green+Blue) = 129+155+173=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #819BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819BAD is #7E6452. Grayscale: #959595. Windows color (decimal): -8283219 or 11377537. OLE color: 11377537.

HSL color Cylindrical-coordinate representation of color #819BAD: hue angle of 204.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #819BAD is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129155173-
CMYK0.250.1000.32
HSL204.55º21.15%59.22%-
HSV(B)204.55º25.43%67.84%-
XYZ28.3231.1344.05-
YUV149.28141.39113.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=28.23%
G=33.92%
B=37.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291551730.250.1000.32204.5521.1559.22
Hex819BAD19A020cd153b
Octal20123325531120403152573
Binary10000001100110111010110111001101001000001100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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