Html Css Color HEX #92AEBD Nepal

📋 copy color: '#92AEBD'

red 146 ◦ green 174 ◦ blue 189

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

Shades of Nepal #92AEBD

Tints of Nepal #92AEBD

RGB

 RED value IS 146 (57.42% from 255) = 28.68%

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 28.68%
G = 34.18%
B = 37.13%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#92AEBD (or 0x92AEBD) is known color: Nepal. HEX triplet: 92, AE and BD. RGB value is (146,174,189). Sum of RGB (Red+Green+Blue) = 146+174+189=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #92AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEBD is #6D5142. Grayscale: #A7A7A7. Windows color (decimal): -7164227 or 12430994. OLE color: 12430994.

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

Color convert

RGB 146 174 189 -
CMYK 0.23 0.08 0 0.26
HSL 200.93º 0.25% 0.66% -
HSV(B) 200.93º 0.23% 0.74% -
XYZ 36.18 40.06 53.97 -
YUV 167.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 146 174 189 0.23 0.08 0 0.26 200.93 0.25 0.66
Hex 92 AE BD 17 8 0 1A C9 19 42
Octal 222 256 275 27 10 0 32 311 31 102
Binary 10010010 10101110 10111101 10111 1000 0 11010 11001001 11001 1000010

Color Harmonies of #92AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AEBD

Black with #92AEBD

Text Example


Text Example

White with #92AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AEBD; }

 p { color: rgb(146,174,189); }

 H1.HeaderClassName
 {
   color: #92AEBD;
 }
 .AnyTagClassName
 {
   color: #92AEBD;
 }
</style>

background-color css

<style>
 a { background-color: #92AEBD; }

 a { background-color: rgb(146,174,189); }

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

border-color css

<style>
 span { border-color: #92AEBD; }

 span { border-color: rgb(146,174,189); }

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