Html Css Color HEX #9CADB4 Gull Grey

📋 copy color: '#9CADB4'

red 156 ◦ green 173 ◦ blue 180

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

Shades of Gull Grey #9CADB4

Tints of Gull Grey #9CADB4

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.7% from 255) = 35.36%

R = 30.65%
G = 33.99%
B = 35.36%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

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

RGB 156 173 180 -
CMYK 0.13 0.04 0 0.29
HSL 197.5º 0.14% 0.66% -
HSV(B) 197.5º 0.13% 0.71% -
XYZ 36.89 40.25 49 -
YUV 168.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 156 173 180 0.13 0.04 0 0.29 197.5 0.14 0.66
Hex 9C AD B4 D 4 0 1D C6 E 42
Octal 234 255 264 15 4 0 35 306 16 102
Binary 10011100 10101101 10110100 1101 100 0 11101 11000110 1110 1000010

Color Harmonies of #9CADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADB4

Black with #9CADB4

Text Example


Text Example

White with #9CADB4

Text Example


Text Example

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