Html Css Color HEX #9ABABC Casper

📋 copy color: '#9ABABC'

red 154 ◦ green 186 ◦ blue 188

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

Shades of Casper #9ABABC

Tints of Casper #9ABABC

RGB

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

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

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

R = 29.17%
G = 35.23%
B = 35.61%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9ABABC (or 0x9ABABC) is known color: Casper. HEX triplet: 9A, BA and BC. RGB value is (154,186,188). Sum of RGB (Red+Green+Blue) = 154+186+188=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #9ABABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABABC is #654543. Grayscale: #B0B0B0. Windows color (decimal): -6636868 or 12368538. OLE color: 12368538.

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

Color convert

RGB 154 186 188 -
CMYK 0.18 0.01 0 0.26
HSL 183.53º 0.2% 0.67% -
HSV(B) 183.53º 0.18% 0.74% -
XYZ 39.96 45.62 54.28 -
YUV 176.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 154 186 188 0.18 0.01 0 0.26 183.53 0.2 0.67
Hex 9A BA BC 12 1 0 1A B8 14 43
Octal 232 272 274 22 1 0 32 270 24 103
Binary 10011010 10111010 10111100 10010 1 0 11010 10111000 10100 1000011

Color Harmonies of #9ABABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABABC

Black with #9ABABC

Text Example


Text Example

White with #9ABABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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