Html Css Color HEX #8FAEBD Nepal

📋 copy color: '#8FAEBD'

red 143 ◦ green 174 ◦ blue 189

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

Shades of Nepal #8FAEBD

Tints of Nepal #8FAEBD

RGB

 RED value IS 143 (56.25% from 255) = 28.26%

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

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

R = 28.26%
G = 34.39%
B = 37.35%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8FAEBD (or 0x8FAEBD) is known color: Nepal. HEX triplet: 8F, AE and BD. RGB value is (143,174,189). Sum of RGB (Red+Green+Blue) = 143+174+189=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FAEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEBD is #705142. Grayscale: #A6A6A6. Windows color (decimal): -7360835 or 12430991. OLE color: 12430991.

HSL color Cylindrical-coordinate representation of color #8FAEBD: hue angle of 199.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FAEBD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 174 189 -
CMYK 0.24 0.08 0 0.26
HSL 199.57º 0.26% 0.65% -
HSV(B) 199.57º 0.24% 0.74% -
XYZ 35.65 39.79 53.94 -
YUV 166.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 143 174 189 0.24 0.08 0 0.26 199.57 0.26 0.65
Hex 8F AE BD 18 8 0 1A C8 1A 41
Octal 217 256 275 30 10 0 32 310 32 101
Binary 10001111 10101110 10111101 11000 1000 0 11010 11001000 11010 1000001

Color Harmonies of #8FAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEBD

Black with #8FAEBD

Text Example


Text Example

White with #8FAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAEBD; }

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

 H1.HeaderClassName
 {
   color: #8FAEBD;
 }
 .AnyTagClassName
 {
   color: #8FAEBD;
 }
</style>

background-color css

<style>
 a { background-color: #8FAEBD; }

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

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

border-color css

<style>
 span { border-color: #8FAEBD; }

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

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