#9AB8BC

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

Shades of Casper #9AB8BC

Tints of Casper #9AB8BC

Color information

#9AB8BC (or 0x9AB8BC) is unknown color: approx Casper. HEX triplet: 9A, B8 and BC. RGB value is (154,184,188). Sum of RGB (Red+Green+Blue) = 154+184+188=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8BC is #654743. Grayscale: #AFAFAF. Windows color (decimal): -6637380 or 12368026. OLE color: 12368026.

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

Color convert

RGB154184188-
CMYK0.180.0200.26
HSL187.06º20.24%67.06%-
HSV(B)187.06º18.09%73.73%-
XYZ39.5444.7854.14-
YUV175.49135.06112.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=29.28%
G=34.98%
B=35.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541841880.180.0200.26187.0620.2467.06
Hex9AB8BC12201Abb1443
Octal23227027422203227324103
Binary100110101011100010111100100101001101010111011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,188); }

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

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

 a { background-color: rgb(154,184,188); }

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

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

 span { border-color: rgb(154,184,188); }

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