Html Css Color HEX #94AEBC Nepal

📋 copy color: '#94AEBC'

red 148 ◦ green 174 ◦ blue 188

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

Shades of Nepal #94AEBC

Tints of Nepal #94AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.12%

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

R = 29.02%
G = 34.12%
B = 36.86%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#94AEBC (or 0x94AEBC) is known color: Nepal. HEX triplet: 94, AE and BC. RGB value is (148,174,188). Sum of RGB (Red+Green+Blue) = 148+174+188=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #94AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEBC is #6B5143. Grayscale: #A7A7A7. Windows color (decimal): -7033156 or 12365460. OLE color: 12365460.

HSL color Cylindrical-coordinate representation of color #94AEBC: hue angle of 201º 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 #94AEBC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 174 188 -
CMYK 0.21 0.07 0 0.26
HSL 201º 0.23% 0.66% -
HSV(B) 201º 0.21% 0.74% -
XYZ 36.43 40.2 53.42 -
YUV 167.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 148 174 188 0.21 0.07 0 0.26 201 0.23 0.66
Hex 94 AE BC 15 7 0 1A C9 17 42
Octal 224 256 274 25 7 0 32 311 27 102
Binary 10010100 10101110 10111100 10101 111 0 11010 11001001 10111 1000010

Color Harmonies of #94AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AEBC

Black with #94AEBC

Text Example


Text Example

White with #94AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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