Html Css Color HEX #9ABABD Casper

📋 copy color: '#9ABABD'

red 154 ◦ green 186 ◦ blue 189

#9ABABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casper #9ABABD

Tints of Casper #9ABABD

RGB

 RED value IS 154 (60.55% from 255) = 29.11%

 GREEN value IS 186 (73.05% from 255) = 35.16%

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 29.11%
G = 35.16%
B = 35.73%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9ABABD (or 0x9ABABD) is known color: Casper. HEX triplet: 9A, BA and BD. RGB value is (154,186,189). Sum of RGB (Red+Green+Blue) = 154+186+189=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #9ABABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABABD is #654542. Grayscale: #B0B0B0. Windows color (decimal): -6636867 or 12434074. OLE color: 12434074.

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

Color convert

RGB 154 186 189 -
CMYK 0.19 0.02 0 0.26
HSL 185.14º 0.21% 0.67% -
HSV(B) 185.14º 0.19% 0.74% -
XYZ 40.07 45.66 54.85 -
YUV 176.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 154 186 189 0.19 0.02 0 0.26 185.14 0.21 0.67
Hex 9A BA BD 13 2 0 1A B9 15 43
Octal 232 272 275 23 2 0 32 271 25 103
Binary 10011010 10111010 10111101 10011 10 0 11010 10111001 10101 1000011

Color Harmonies of #9ABABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABABD

Black with #9ABABD

Text Example


Text Example

White with #9ABABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ABABD;
 }
 .AnyTagClassName
 {
   color: #9ABABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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