Html Css Color HEX #819BAD Bali Hai

📋 copy color: '#819BAD'

red 129 ◦ green 155 ◦ blue 173

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

Shades of Bali Hai #819BAD

Tints of Bali Hai #819BAD

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 value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#819BAD (or 0x819BAD) is known color: 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

RGB 129 155 173 -
CMYK 0.25 0.10 0 0.32
HSL 204.55º 0.21% 0.59% -
HSV(B) 204.55º 0.25% 0.68% -
XYZ 28.32 31.13 44.05 -
YUV 149.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 129 155 173 0.25 0.10 0 0.32 204.55 0.21 0.59
Hex 81 9B AD 19 A 0 20 CD 15 3B
Octal 201 233 255 31 12 0 40 315 25 73
Binary 10000001 10011011 10101101 11001 1010 0 100000 11001101 10101 111011

Color Harmonies of #819BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BAD

Black with #819BAD

Text Example


Text Example

White with #819BAD

Text Example


Text Example

HTML Codes & Css Web 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>