Html Css Color HEX #9FBCAB Skeptic

📋 copy color: '#9FBCAB'

red 159 ◦ green 188 ◦ blue 171

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

Shades of Skeptic #9FBCAB

Tints of Skeptic #9FBCAB

RGB

 RED value IS 159 (62.5% from 255) = 30.69%

 GREEN value IS 188 (73.83% from 255) = 36.29%

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 30.69%
G = 36.29%
B = 33.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#9FBCAB (or 0x9FBCAB) is known color: Skeptic. HEX triplet: 9F, BC and AB. RGB value is (159,188,171). Sum of RGB (Red+Green+Blue) = 159+188+171=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCAB is #604354. Grayscale: #B1B1B1. Windows color (decimal): -6308693 or 11254943. OLE color: 11254943.

HSL color Cylindrical-coordinate representation of color #9FBCAB: hue angle of 144.83º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCAB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 171 -
CMYK 0.15 0 0.09 0.26
HSL 144.83º 0.18% 0.68% -
HSV(B) 144.83º 0.15% 0.74% -
XYZ 39.63 46.28 45.37 -
YUV 177.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 159 188 171 0.15 0 0.09 0.26 144.83 0.18 0.68
Hex 9F BC AB F 0 9 1A 91 12 44
Octal 237 274 253 17 0 11 32 221 22 104
Binary 10011111 10111100 10101011 1111 0 1001 11010 10010001 10010 1000100

Color Harmonies of #9FBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCAB

Black with #9FBCAB

Text Example


Text Example

White with #9FBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBCAB; }

 p { color: rgb(159,188,171); }

 H1.HeaderClassName
 {
   color: #9FBCAB;
 }
 .AnyTagClassName
 {
   color: #9FBCAB;
 }
</style>

background-color css

<style>
 a { background-color: #9FBCAB; }

 a { background-color: rgb(159,188,171); }

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

border-color css

<style>
 span { border-color: #9FBCAB; }

 span { border-color: rgb(159,188,171); }

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