Html Css Color HEX #8AA7BC Nepal

📋 copy color: '#8AA7BC'

red 138 ◦ green 167 ◦ blue 188

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

Shades of Nepal #8AA7BC

Tints of Nepal #8AA7BC

RGB

 RED value IS 138 (54.3% from 255) = 27.99%

 GREEN value IS 167 (65.63% from 255) = 33.87%

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 27.99%
G = 33.87%
B = 38.13%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8AA7BC (or 0x8AA7BC) is known color: Nepal. HEX triplet: 8A, A7 and BC. RGB value is (138,167,188). Sum of RGB (Red+Green+Blue) = 138+167+188=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7BC is #755843. Grayscale: #A0A0A0. Windows color (decimal): -7690308 or 12363658. OLE color: 12363658.

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

Color convert

RGB 138 167 188 -
CMYK 0.27 0.11 0 0.26
HSL 205.2º 0.27% 0.64% -
HSV(B) 205.2º 0.27% 0.74% -
XYZ 33.38 36.67 52.9 -
YUV 160.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 138 167 188 0.27 0.11 0 0.26 205.2 0.27 0.64
Hex 8A A7 BC 1B B 0 1A CD 1B 40
Octal 212 247 274 33 13 0 32 315 33 100
Binary 10001010 10100111 10111100 11011 1011 0 11010 11001101 11011 1000000

Color Harmonies of #8AA7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA7BC

Black with #8AA7BC

Text Example


Text Example

White with #8AA7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,167,188); }

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

background-color css

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

 a { background-color: rgb(138,167,188); }

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

border-color css

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

 span { border-color: rgb(138,167,188); }

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