Html Css Color HEX #9CABAD Gull Grey

📋 copy color: '#9CABAD'

red 156 ◦ green 171 ◦ blue 173

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

Shades of Gull Grey #9CABAD

Tints of Gull Grey #9CABAD

RGB

 RED value IS 156 (61.33% from 255) = 31.2%

 GREEN value IS 171 (67.19% from 255) = 34.2%

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 31.2%
G = 34.2%
B = 34.6%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9CABAD (or 0x9CABAD) is known color: Gull Grey. HEX triplet: 9C, AB and AD. RGB value is (156,171,173). Sum of RGB (Red+Green+Blue) = 156+171+173=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABAD is #635452. Grayscale: #A6A6A6. Windows color (decimal): -6509651 or 11381660. OLE color: 11381660.

HSL color Cylindrical-coordinate representation of color #9CABAD: hue angle of 187.06º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CABAD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 171 173 -
CMYK 0.10 0.01 0 0.32
HSL 187.06º 0.09% 0.65% -
HSV(B) 187.06º 0.1% 0.68% -
XYZ 35.82 39.21 45.22 -
YUV 166.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 156 171 173 0.10 0.01 0 0.32 187.06 0.09 0.65
Hex 9C AB AD A 1 0 20 BB 9 41
Octal 234 253 255 12 1 0 40 273 11 101
Binary 10011100 10101011 10101101 1010 1 0 100000 10111011 1001 1000001

Color Harmonies of #9CABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CABAD

Black with #9CABAD

Text Example


Text Example

White with #9CABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,171,173); }

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

background-color css

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

 a { background-color: rgb(156,171,173); }

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

border-color css

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

 span { border-color: rgb(156,171,173); }

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