Html Css Color HEX #9CADAF Gull Grey

📋 copy color: '#9CADAF'

red 156 ◦ green 173 ◦ blue 175

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

Shades of Gull Grey #9CADAF

Tints of Gull Grey #9CADAF

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 value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9CADAF (or 0x9CADAF) is known color: 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

RGB 156 173 175 -
CMYK 0.11 0.01 0 0.31
HSL 186.32º 0.11% 0.65% -
HSV(B) 186.32º 0.11% 0.69% -
XYZ 36.39 40.05 46.37 -
YUV 168.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 156 173 175 0.11 0.01 0 0.31 186.32 0.11 0.65
Hex 9C AD AF B 1 0 1F BA B 41
Octal 234 255 257 13 1 0 37 272 13 101
Binary 10011100 10101101 10101111 1011 1 0 11111 10111010 1011 1000001

Color Harmonies of #9CADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADAF

Black with #9CADAF

Text Example


Text Example

White with #9CADAF

Text Example


Text Example

HTML Codes & Css Web 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>