#9AB9BE

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

Shades of Casper #9AB9BE

Tints of Casper #9AB9BE

Color information

#9AB9BE (or 0x9AB9BE) is unknown color: approx Casper. HEX triplet: 9A, B9 and BE. RGB value is (154,185,190). Sum of RGB (Red+Green+Blue) = 154+185+190=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9BE is #654641. Grayscale: #B0B0B0. Windows color (decimal): -6637122 or 12499354. OLE color: 12499354.

HSL color Cylindrical-coordinate representation of color #9AB9BE: hue angle of 188.33º 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 #9AB9BE is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154185190-
CMYK0.190.0300.25
HSL188.33º21.69%67.45%-
HSV(B)188.33º18.95%74.51%-
XYZ39.9745.2955.35-
YUV176.3135.73112.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=29.11%
G=34.97%
B=35.92%

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
Decimal1541851900.190.0300.25188.3321.6967.45
Hex9AB9BE133019bc1643
Octal23227127623303127426103
Binary100110101011100110111110100111101100110111100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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