Html Css Color HEX #9ABABE Casper

📋 copy color: '#9ABABE'

red 154 ◦ green 186 ◦ blue 190

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

Shades of Casper #9ABABE

Tints of Casper #9ABABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 29.06%
G = 35.09%
B = 35.85%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9ABABE (or 0x9ABABE) is known color: Casper. HEX triplet: 9A, BA and BE. RGB value is (154,186,190). Sum of RGB (Red+Green+Blue) = 154+186+190=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #9ABABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABABE is #654541. Grayscale: #B0B0B0. Windows color (decimal): -6636866 or 12499610. OLE color: 12499610.

HSL color Cylindrical-coordinate representation of color #9ABABE: hue angle of 186.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABABE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 186 190 -
CMYK 0.19 0.02 0 0.25
HSL 186.67º 0.22% 0.67% -
HSV(B) 186.67º 0.19% 0.75% -
XYZ 40.18 45.71 55.42 -
YUV 176.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 154 186 190 0.19 0.02 0 0.25 186.67 0.22 0.67
Hex 9A BA BE 13 2 0 19 BB 16 43
Octal 232 272 276 23 2 0 31 273 26 103
Binary 10011010 10111010 10111110 10011 10 0 11001 10111011 10110 1000011

Color Harmonies of #9ABABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABABE

Black with #9ABABE

Text Example


Text Example

White with #9ABABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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