#9CADB4

Color #9CADB4 Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #9CADB4

Tints of Gull Grey #9CADB4

Color information

#9CADB4 (or 0x9CADB4) is unknown color: approx Gull Grey. HEX triplet: 9C, AD and B4. RGB value is (156,173,180). Sum of RGB (Red+Green+Blue) = 156+173+180=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #9CADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADB4 is #63524B. Grayscale: #A8A8A8. Windows color (decimal): -6509132 or 11840924. OLE color: 11840924.

HSL color Cylindrical-coordinate representation of color #9CADB4: hue angle of 197.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CADB4 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB156173180-
CMYK0.130.0400.29
HSL197.5º13.79%65.88%-
HSV(B)197.5º13.33%70.59%-
XYZ36.8940.2549-
YUV168.72134.37118.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=30.65%
G=33.99%
B=35.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561731800.130.0400.29197.513.7965.88
Hex9CADB4D401Dc5e42
Octal23425526415403530516102
Binary10011100101011011011010011011000111011100010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CADB4;
 }
 .AnyTagClassName
 {
   color: #9CADB4;
 }
</style>
background-color css

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

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

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

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

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

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