Html Css Color HEX #94ADBB Nepal

📋 copy color: '#94ADBB'

red 148 ◦ green 173 ◦ blue 187

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

Shades of Nepal #94ADBB

Tints of Nepal #94ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 29.13%
G = 34.06%
B = 36.81%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#94ADBB (or 0x94ADBB) is known color: Nepal. HEX triplet: 94, AD and BB. RGB value is (148,173,187). Sum of RGB (Red+Green+Blue) = 148+173+187=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #94ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADBB is #6B5244. Grayscale: #A7A7A7. Windows color (decimal): -7033413 or 12299668. OLE color: 12299668.

HSL color Cylindrical-coordinate representation of color #94ADBB: hue angle of 201.54º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94ADBB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 173 187 -
CMYK 0.21 0.07 0 0.27
HSL 201.54º 0.22% 0.66% -
HSV(B) 201.54º 0.21% 0.73% -
XYZ 36.13 39.77 52.79 -
YUV 167.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 148 173 187 0.21 0.07 0 0.27 201.54 0.22 0.66
Hex 94 AD BB 15 7 0 1B CA 16 42
Octal 224 255 273 25 7 0 33 312 26 102
Binary 10010100 10101101 10111011 10101 111 0 11011 11001010 10110 1000010

Color Harmonies of #94ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADBB

Black with #94ADBB

Text Example


Text Example

White with #94ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,173,187); }

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

background-color css

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

 a { background-color: rgb(148,173,187); }

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

border-color css

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

 span { border-color: rgb(148,173,187); }

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