#9FBDB0

Color #9FBDB0 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9FBDB0

Tints of Skeptic #9FBDB0

Color information

#9FBDB0 (or 0x9FBDB0) is unknown color: approx Skeptic. HEX triplet: 9F, BD and B0. RGB value is (159,189,176). Sum of RGB (Red+Green+Blue) = 159+189+176=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBDB0 is #60424F. Grayscale: #B2B2B2. Windows color (decimal): -6308432 or 11582879. OLE color: 11582879.

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

Color convert

RGB159189176-
CMYK0.1600.070.26
HSL154º18.52%68.24%-
HSV(B)154º15.87%74.12%-
XYZ40.3346.948-
YUV178.55126.56114.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=30.34%
G=36.07%
B=33.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891760.1600.070.2615418.5268.24
Hex9FBDB010071A9a1344
Octal23727526020073223223104
Binary1001111110111101101100001000001111101010011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,176); }

 H1.HeaderClassName
 {
   color: #9FBDB0;
 }
 .AnyTagClassName
 {
   color: #9FBDB0;
 }
</style>
background-color css

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

 a { background-color: rgb(159,189,176); }

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

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

 span { border-color: rgb(159,189,176); }

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