#9BBABB

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

Shades of Casper #9BBABB

Tints of Casper #9BBABB

Color information

#9BBABB (or 0x9BBABB) is unknown color: approx Casper. HEX triplet: 9B, BA and BB. RGB value is (155,186,187). Sum of RGB (Red+Green+Blue) = 155+186+187=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBABB is #644544. Grayscale: #B0B0B0. Windows color (decimal): -6571333 or 12303003. OLE color: 12303003.

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

Color convert

RGB155186187-
CMYK0.170.0100.27
HSL181.88º19.05%67.06%-
HSV(B)181.88º17.11%73.33%-
XYZ40.0545.6753.72-
YUV176.84133.73112.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=29.36%
G=35.23%
B=35.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861870.170.0100.27181.8819.0567.06
Hex9BBABB11101Bb61343
Octal23327227321103326623103
Binary10011011101110101011101110001101101110110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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