Html Css Color HEX #8BABBA Nepal

📋 copy color: '#8BABBA'

red 139 ◦ green 171 ◦ blue 186

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

Shades of Nepal #8BABBA

Tints of Nepal #8BABBA

RGB

 RED value IS 139 (54.69% from 255) = 28.02%

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 28.02%
G = 34.48%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8BABBA (or 0x8BABBA) is known color: Nepal. HEX triplet: 8B, AB and BA. RGB value is (139,171,186). Sum of RGB (Red+Green+Blue) = 139+171+186=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABBA is #745445. Grayscale: #A3A3A3. Windows color (decimal): -7623750 or 12233611. OLE color: 12233611.

HSL color Cylindrical-coordinate representation of color #8BABBA: hue angle of 199.15º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BABBA is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 171 186 -
CMYK 0.25 0.08 0 0.27
HSL 199.15º 0.25% 0.64% -
HSV(B) 199.15º 0.25% 0.73% -
XYZ 34.07 38.16 52.02 -
YUV 163.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 139 171 186 0.25 0.08 0 0.27 199.15 0.25 0.64
Hex 8B AB BA 19 8 0 1B C7 19 40
Octal 213 253 272 31 10 0 33 307 31 100
Binary 10001011 10101011 10111010 11001 1000 0 11011 11000111 11001 1000000

Color Harmonies of #8BABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABBA

Black with #8BABBA

Text Example


Text Example

White with #8BABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,171,186); }

 H1.HeaderClassName
 {
   color: #8BABBA;
 }
 .AnyTagClassName
 {
   color: #8BABBA;
 }
</style>

background-color css

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

 a { background-color: rgb(139,171,186); }

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

border-color css

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

 span { border-color: rgb(139,171,186); }

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