Html Css Color HEX #8AA4BC Nepal

📋 copy color: '#8AA4BC'

red 138 ◦ green 164 ◦ blue 188

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

Shades of Nepal #8AA4BC

Tints of Nepal #8AA4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

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

R = 28.16%
G = 33.47%
B = 38.37%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8AA4BC (or 0x8AA4BC) is known color: Nepal. HEX triplet: 8A, A4 and BC. RGB value is (138,164,188). Sum of RGB (Red+Green+Blue) = 138+164+188=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AA4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4BC is #755B43. Grayscale: #9E9E9E. Windows color (decimal): -7691076 or 12362890. OLE color: 12362890.

HSL color Cylindrical-coordinate representation of color #8AA4BC: hue angle of 208.8º 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 #8AA4BC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 164 188 -
CMYK 0.27 0.13 0 0.26
HSL 208.8º 0.27% 0.64% -
HSV(B) 208.8º 0.27% 0.74% -
XYZ 32.83 35.59 52.72 -
YUV 158.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 138 164 188 0.27 0.13 0 0.26 208.8 0.27 0.64
Hex 8A A4 BC 1B D 0 1A D1 1B 40
Octal 212 244 274 33 15 0 32 321 33 100
Binary 10001010 10100100 10111100 11011 1101 0 11010 11010001 11011 1000000

Color Harmonies of #8AA4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA4BC

Black with #8AA4BC

Text Example


Text Example

White with #8AA4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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