Html Css Color HEX #9ABAC1 Casper

📋 copy color: '#9ABAC1'

red 154 ◦ green 186 ◦ blue 193

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

Shades of Casper #9ABAC1

Tints of Casper #9ABAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.21%

R = 28.89%
G = 34.9%
B = 36.21%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9ABAC1 (or 0x9ABAC1) is known color: Casper. HEX triplet: 9A, BA and C1. RGB value is (154,186,193). Sum of RGB (Red+Green+Blue) = 154+186+193=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #9ABAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAC1 is #65453E. Grayscale: #B1B1B1. Windows color (decimal): -6636863 or 12696218. OLE color: 12696218.

HSL color Cylindrical-coordinate representation of color #9ABAC1: hue angle of 190.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9ABAC1 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 186 193 -
CMYK 0.20 0.04 0 0.24
HSL 190.77º 0.24% 0.68% -
HSV(B) 190.77º 0.2% 0.76% -
XYZ 40.51 45.84 57.16 -
YUV 177.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 154 186 193 0.20 0.04 0 0.24 190.77 0.24 0.68
Hex 9A BA C1 14 4 0 18 BF 18 44
Octal 232 272 301 24 4 0 30 277 30 104
Binary 10011010 10111010 11000001 10100 100 0 11000 10111111 11000 1000100

Color Harmonies of #9ABAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABAC1

Black with #9ABAC1

Text Example


Text Example

White with #9ABAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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