#9FBABB

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

Shades of Casper #9FBABB

Tints of Casper #9FBABB

Color information

#9FBABB (or 0x9FBABB) is unknown color: approx Casper. HEX triplet: 9F, BA and BB. RGB value is (159,186,187). Sum of RGB (Red+Green+Blue) = 159+186+187=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBABB is #604544. Grayscale: #B2B2B2. Windows color (decimal): -6309189 or 12303007. OLE color: 12303007.

HSL color Cylindrical-coordinate representation of color #9FBABB: hue angle of 182.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBABB is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159186187-
CMYK0.150.0100.27
HSL182.14º17.07%67.84%-
HSV(B)182.14º14.97%73.33%-
XYZ40.8346.0853.76-
YUV178.04133.05114.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=29.89%
G=34.96%
B=35.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861870.150.0100.27182.1417.0767.84
Hex9FBABBF101Bb61144
Octal23727227317103326621104
Binary1001111110111010101110111111101101110110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,187); }

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

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

 a { background-color: rgb(159,186,187); }

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

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

 span { border-color: rgb(159,186,187); }

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