#9ABABE

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

Shades of Casper #9ABABE

Tints of Casper #9ABABE

Color information

#9ABABE (or 0x9ABABE) is unknown color: approx Casper. HEX triplet: 9A, BA and BE. RGB value is (154,186,190). Sum of RGB (Red+Green+Blue) = 154+186+190=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #9ABABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABABE is #654541. Grayscale: #B0B0B0. Windows color (decimal): -6636866 or 12499610. OLE color: 12499610.

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

Color convert

RGB154186190-
CMYK0.190.0200.25
HSL186.67º21.69%67.45%-
HSV(B)186.67º18.95%74.51%-
XYZ40.1845.7155.42-
YUV176.89135.4111.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=29.06%
G=35.09%
B=35.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541861900.190.0200.25186.6721.6967.45
Hex9ABABE132019bb1643
Octal23227227623203127326103
Binary100110101011101010111110100111001100110111011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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