Html Css Color HEX #9AB8BC Casper

📋 copy color: '#9AB8BC'

red 154 ◦ green 184 ◦ blue 188

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

Shades of Casper #9AB8BC

Tints of Casper #9AB8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 29.28%
G = 34.98%
B = 35.74%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9AB8BC (or 0x9AB8BC) is known color: Casper. HEX triplet: 9A, B8 and BC. RGB value is (154,184,188). Sum of RGB (Red+Green+Blue) = 154+184+188=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8BC is #654743. Grayscale: #AFAFAF. Windows color (decimal): -6637380 or 12368026. OLE color: 12368026.

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

Color convert

RGB 154 184 188 -
CMYK 0.18 0.02 0 0.26
HSL 187.06º 0.2% 0.67% -
HSV(B) 187.06º 0.18% 0.74% -
XYZ 39.54 44.78 54.14 -
YUV 175.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 154 184 188 0.18 0.02 0 0.26 187.06 0.2 0.67
Hex 9A B8 BC 12 2 0 1A BB 14 43
Octal 232 270 274 22 2 0 32 273 24 103
Binary 10011010 10111000 10111100 10010 10 0 11010 10111011 10100 1000011

Color Harmonies of #9AB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB8BC

Black with #9AB8BC

Text Example


Text Example

White with #9AB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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