Html Css Color HEX #8FACBA Nepal

📋 copy color: '#8FACBA'

red 143 ◦ green 172 ◦ blue 186

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

Shades of Nepal #8FACBA

Tints of Nepal #8FACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 28.54%
G = 34.33%
B = 37.13%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FACBA (or 0x8FACBA) is known color: Nepal. HEX triplet: 8F, AC and BA. RGB value is (143,172,186). Sum of RGB (Red+Green+Blue) = 143+172+186=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACBA is #705345. Grayscale: #A4A4A4. Windows color (decimal): -7361350 or 12233871. OLE color: 12233871.

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

Color convert

RGB 143 172 186 -
CMYK 0.23 0.08 0 0.27
HSL 199.53º 0.24% 0.65% -
HSV(B) 199.53º 0.23% 0.73% -
XYZ 34.94 38.89 52.12 -
YUV 164.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 143 172 186 0.23 0.08 0 0.27 199.53 0.24 0.65
Hex 8F AC BA 17 8 0 1B C8 18 41
Octal 217 254 272 27 10 0 33 310 30 101
Binary 10001111 10101100 10111010 10111 1000 0 11011 11001000 11000 1000001

Color Harmonies of #8FACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACBA

Black with #8FACBA

Text Example


Text Example

White with #8FACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,186); }

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

background-color css

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

 a { background-color: rgb(143,172,186); }

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

border-color css

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

 span { border-color: rgb(143,172,186); }

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