Html Css Color HEX #93A8BC Nepal

📋 copy color: '#93A8BC'

red 147 ◦ green 168 ◦ blue 188

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

Shades of Nepal #93A8BC

Tints of Nepal #93A8BC

RGB

 RED value IS 147 (57.81% from 255) = 29.22%

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

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

R = 29.22%
G = 33.4%
B = 37.38%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93A8BC (or 0x93A8BC) is known color: Nepal. HEX triplet: 93, A8 and BC. RGB value is (147,168,188). Sum of RGB (Red+Green+Blue) = 147+168+188=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #93A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A8BC is #6C5743. Grayscale: #A3A3A3. Windows color (decimal): -7100228 or 12363923. OLE color: 12363923.

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

Color convert

RGB 147 168 188 -
CMYK 0.22 0.11 0 0.26
HSL 209.27º 0.23% 0.66% -
HSV(B) 209.27º 0.22% 0.74% -
XYZ 35.11 37.84 53.03 -
YUV 164 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 147 168 188 0.22 0.11 0 0.26 209.27 0.23 0.66
Hex 93 A8 BC 16 B 0 1A D1 17 42
Octal 223 250 274 26 13 0 32 321 27 102
Binary 10010011 10101000 10111100 10110 1011 0 11010 11010001 10111 1000010

Color Harmonies of #93A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A8BC

Black with #93A8BC

Text Example


Text Example

White with #93A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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