Html Css Color HEX #9AB9BD Casper

📋 copy color: '#9AB9BD'

red 154 ◦ green 185 ◦ blue 189

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

Shades of Casper #9AB9BD

Tints of Casper #9AB9BD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

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

R = 29.17%
G = 35.04%
B = 35.8%

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

#9AB9BD (or 0x9AB9BD) is known color: Casper. HEX triplet: 9A, B9 and BD. RGB value is (154,185,189). Sum of RGB (Red+Green+Blue) = 154+185+189=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #9AB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9BD is #654642. Grayscale: #B0B0B0. Windows color (decimal): -6637123 or 12433818. OLE color: 12433818.

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

Color convert

RGB 154 185 189 -
CMYK 0.19 0.02 0 0.26
HSL 186.86º 0.21% 0.67% -
HSV(B) 186.86º 0.19% 0.74% -
XYZ 39.86 45.24 54.78 -
YUV 176.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 154 185 189 0.19 0.02 0 0.26 186.86 0.21 0.67
Hex 9A B9 BD 13 2 0 1A BB 15 43
Octal 232 271 275 23 2 0 32 273 25 103
Binary 10011010 10111001 10111101 10011 10 0 11010 10111011 10101 1000011

Color Harmonies of #9AB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9BD

Black with #9AB9BD

Text Example


Text Example

White with #9AB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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