Html Css Color HEX #9ABBBD Casper

📋 copy color: '#9ABBBD'

red 154 ◦ green 187 ◦ blue 189

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

Shades of Casper #9ABBBD

Tints of Casper #9ABBBD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.28%

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

R = 29.06%
G = 35.28%
B = 35.66%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9ABBBD (or 0x9ABBBD) is known color: Casper. HEX triplet: 9A, BB and BD. RGB value is (154,187,189). Sum of RGB (Red+Green+Blue) = 154+187+189=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #9ABBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBBD is #654442. Grayscale: #B1B1B1. Windows color (decimal): -6636611 or 12434330. OLE color: 12434330.

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

Color convert

RGB 154 187 189 -
CMYK 0.19 0.01 0 0.26
HSL 183.43º 0.21% 0.67% -
HSV(B) 183.43º 0.19% 0.74% -
XYZ 40.28 46.08 54.92 -
YUV 177.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 154 187 189 0.19 0.01 0 0.26 183.43 0.21 0.67
Hex 9A BB BD 13 1 0 1A B7 15 43
Octal 232 273 275 23 1 0 32 267 25 103
Binary 10011010 10111011 10111101 10011 1 0 11010 10110111 10101 1000011

Color Harmonies of #9ABBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBBD

Black with #9ABBBD

Text Example


Text Example

White with #9ABBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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