Html Css Color HEX #9AB8BD Casper

📋 copy color: '#9AB8BD'

red 154 ◦ green 184 ◦ blue 189

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

Shades of Casper #9AB8BD

Tints of Casper #9AB8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.91%

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

R = 29.22%
G = 34.91%
B = 35.86%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9AB8BD (or 0x9AB8BD) is known color: Casper. HEX triplet: 9A, B8 and BD. RGB value is (154,184,189). Sum of RGB (Red+Green+Blue) = 154+184+189=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #9AB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8BD is #654742. Grayscale: #AFAFAF. Windows color (decimal): -6637379 or 12433562. OLE color: 12433562.

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

Color convert

RGB 154 184 189 -
CMYK 0.19 0.03 0 0.26
HSL 188.57º 0.21% 0.67% -
HSV(B) 188.57º 0.19% 0.74% -
XYZ 39.65 44.83 54.71 -
YUV 175.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 154 184 189 0.19 0.03 0 0.26 188.57 0.21 0.67
Hex 9A B8 BD 13 3 0 1A BD 15 43
Octal 232 270 275 23 3 0 32 275 25 103
Binary 10011010 10111000 10111101 10011 11 0 11010 10111101 10101 1000011

Color Harmonies of #9AB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB8BD

Black with #9AB8BD

Text Example


Text Example

White with #9AB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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