Html Css Color HEX #8BADBE Nepal

📋 copy color: '#8BADBE'

red 139 ◦ green 173 ◦ blue 190

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

Shades of Nepal #8BADBE

Tints of Nepal #8BADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 27.69%
G = 34.46%
B = 37.85%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BADBE (or 0x8BADBE) is known color: Nepal. HEX triplet: 8B, AD and BE. RGB value is (139,173,190). Sum of RGB (Red+Green+Blue) = 139+173+190=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADBE is #745241. Grayscale: #A4A4A4. Windows color (decimal): -7623234 or 12496267. OLE color: 12496267.

HSL color Cylindrical-coordinate representation of color #8BADBE: hue angle of 200º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BADBE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 173 190 -
CMYK 0.27 0.09 0 0.25
HSL 200º 0.28% 0.65% -
HSV(B) 200º 0.27% 0.75% -
XYZ 34.89 39.09 54.42 -
YUV 164.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 139 173 190 0.27 0.09 0 0.25 200 0.28 0.65
Hex 8B AD BE 1B 9 0 19 C8 1C 41
Octal 213 255 276 33 11 0 31 310 34 101
Binary 10001011 10101101 10111110 11011 1001 0 11001 11001000 11100 1000001

Color Harmonies of #8BADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADBE

Black with #8BADBE

Text Example


Text Example

White with #8BADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,173,190); }

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

background-color css

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

 a { background-color: rgb(139,173,190); }

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

border-color css

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

 span { border-color: rgb(139,173,190); }

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