#9DBABB

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

Shades of Casper #9DBABB

Tints of Casper #9DBABB

Color information

#9DBABB (or 0x9DBABB) is unknown color: approx Casper. HEX triplet: 9D, BA and BB. RGB value is (157,186,187). Sum of RGB (Red+Green+Blue) = 157+186+187=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBABB is #624544. Grayscale: #B1B1B1. Windows color (decimal): -6440261 or 12303005. OLE color: 12303005.

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

Color convert

RGB157186187-
CMYK0.160.0100.27
HSL182º18.07%67.45%-
HSV(B)182º16.04%73.33%-
XYZ40.4345.8753.74-
YUV177.44133.39113.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=29.62%
G=35.09%
B=35.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861870.160.0100.2718218.0767.45
Hex9DBABB10101Bb61243
Octal23527227320103326622103
Binary10011101101110101011101110000101101110110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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