Html Css Color HEX #94A8BC Nepal

📋 copy color: '#94A8BC'

red 148 ◦ green 168 ◦ blue 188

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

Shades of Nepal #94A8BC

Tints of Nepal #94A8BC

RGB

 RED value IS 148 (58.2% from 255) = 29.37%

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 29.37%
G = 33.33%
B = 37.3%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#94A8BC (or 0x94A8BC) is known color: Nepal. HEX triplet: 94, A8 and BC. RGB value is (148,168,188). Sum of RGB (Red+Green+Blue) = 148+168+188=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #94A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8BC is #6B5743. Grayscale: #A4A4A4. Windows color (decimal): -7034692 or 12363924. OLE color: 12363924.

HSL color Cylindrical-coordinate representation of color #94A8BC: hue angle of 210º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94A8BC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 168 188 -
CMYK 0.21 0.11 0 0.26
HSL 210º 0.23% 0.66% -
HSV(B) 210º 0.21% 0.74% -
XYZ 35.29 37.93 53.04 -
YUV 164.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 148 168 188 0.21 0.11 0 0.26 210 0.23 0.66
Hex 94 A8 BC 15 B 0 1A D2 17 42
Octal 224 250 274 25 13 0 32 322 27 102
Binary 10010100 10101000 10111100 10101 1011 0 11010 11010010 10111 1000010

Color Harmonies of #94A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A8BC

Black with #94A8BC

Text Example


Text Example

White with #94A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A8BC; }

 p { color: rgb(148,168,188); }

 H1.HeaderClassName
 {
   color: #94A8BC;
 }
 .AnyTagClassName
 {
   color: #94A8BC;
 }
</style>

background-color css

<style>
 a { background-color: #94A8BC; }

 a { background-color: rgb(148,168,188); }

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

border-color css

<style>
 span { border-color: #94A8BC; }

 span { border-color: rgb(148,168,188); }

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