#9CADAF

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

Shades of Gull Grey #9CADAF

Tints of Gull Grey #9CADAF

Color information

#9CADAF (or 0x9CADAF) is unknown color: approx Gull Grey. HEX triplet: 9C, AD and AF. RGB value is (156,173,175). Sum of RGB (Red+Green+Blue) = 156+173+175=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #9CADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADAF is #635250. Grayscale: #A8A8A8. Windows color (decimal): -6509137 or 11513244. OLE color: 11513244.

HSL color Cylindrical-coordinate representation of color #9CADAF: hue angle of 186.32º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CADAF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB156173175-
CMYK0.110.0100.31
HSL186.32º10.61%64.9%-
HSV(B)186.32º10.86%68.63%-
XYZ36.3940.0546.37-
YUV168.14131.87119.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=30.95%
G=34.33%
B=34.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561731750.110.0100.31186.3210.6164.9
Hex9CADAFB101Fbab41
Octal23425525713103727213101
Binary100111001010110110101111101110111111011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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