#9AB8BE

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

Shades of Casper #9AB8BE

Tints of Casper #9AB8BE

Color information

#9AB8BE (or 0x9AB8BE) is unknown color: approx Casper. HEX triplet: 9A, B8 and BE. RGB value is (154,184,190). Sum of RGB (Red+Green+Blue) = 154+184+190=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8BE is #654741. Grayscale: #AFAFAF. Windows color (decimal): -6637378 or 12499098. OLE color: 12499098.

HSL color Cylindrical-coordinate representation of color #9AB8BE: hue angle of 190º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB8BE is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154184190-
CMYK0.190.0300.25
HSL190º21.69%67.45%-
HSV(B)190º18.95%74.51%-
XYZ39.7644.8755.28-
YUV175.71136.06112.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=29.17%
G=34.85%
B=35.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541841900.190.0300.2519021.6967.45
Hex9AB8BE133019be1643
Octal23227027623303127626103
Binary100110101011100010111110100111101100110111110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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