Html Css Color HEX #83A0BA Nepal

📋 copy color: '#83A0BA'

red 131 ◦ green 160 ◦ blue 186

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

Shades of Nepal #83A0BA

Tints of Nepal #83A0BA

RGB

 RED value IS 131 (51.56% from 255) = 27.46%

 GREEN value IS 160 (62.89% from 255) = 33.54%

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 27.46%
G = 33.54%
B = 38.99%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83A0BA (or 0x83A0BA) is known color: Nepal. HEX triplet: 83, A0 and BA. RGB value is (131,160,186). Sum of RGB (Red+Green+Blue) = 131+160+186=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #83A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A0BA is #7C5F45. Grayscale: #9A9A9A. Windows color (decimal): -8150854 or 12230787. OLE color: 12230787.

HSL color Cylindrical-coordinate representation of color #83A0BA: hue angle of 208.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A0BA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 160 186 -
CMYK 0.30 0.14 0 0.27
HSL 208.36º 0.28% 0.62% -
HSV(B) 208.36º 0.3% 0.73% -
XYZ 30.79 33.51 51.3 -
YUV 154.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 131 160 186 0.30 0.14 0 0.27 208.36 0.28 0.62
Hex 83 A0 BA 1E E 0 1B D0 1C 3E
Octal 203 240 272 36 16 0 33 320 34 76
Binary 10000011 10100000 10111010 11110 1110 0 11011 11010000 11100 111110

Color Harmonies of #83A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A0BA

Black with #83A0BA

Text Example


Text Example

White with #83A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A0BA; }

 p { color: rgb(131,160,186); }

 H1.HeaderClassName
 {
   color: #83A0BA;
 }
 .AnyTagClassName
 {
   color: #83A0BA;
 }
</style>

background-color css

<style>
 a { background-color: #83A0BA; }

 a { background-color: rgb(131,160,186); }

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

border-color css

<style>
 span { border-color: #83A0BA; }

 span { border-color: rgb(131,160,186); }

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