Html Css Color HEX #9CACAE Gull Grey

📋 copy color: '#9CACAE'

red 156 ◦ green 172 ◦ blue 174

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

Shades of Gull Grey #9CACAE

Tints of Gull Grey #9CACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 31.08%
G = 34.26%
B = 34.66%

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

#9CACAE (or 0x9CACAE) is known color: Gull Grey. HEX triplet: 9C, AC and AE. RGB value is (156,172,174). Sum of RGB (Red+Green+Blue) = 156+172+174=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CACAE is #635351. Grayscale: #A7A7A7. Windows color (decimal): -6509394 or 11447452. OLE color: 11447452.

HSL color Cylindrical-coordinate representation of color #9CACAE: hue angle of 186.67º degrees, saturation: 0.1, 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 #9CACAE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 172 174 -
CMYK 0.10 0.01 0 0.32
HSL 186.67º 0.1% 0.65% -
HSV(B) 186.67º 0.1% 0.68% -
XYZ 36.1 39.63 45.79 -
YUV 167.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 156 172 174 0.10 0.01 0 0.32 186.67 0.1 0.65
Hex 9C AC AE A 1 0 20 BB A 41
Octal 234 254 256 12 1 0 40 273 12 101
Binary 10011100 10101100 10101110 1010 1 0 100000 10111011 1010 1000001

Color Harmonies of #9CACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CACAE

Black with #9CACAE

Text Example


Text Example

White with #9CACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,172,174); }

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

background-color css

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

 a { background-color: rgb(156,172,174); }

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

border-color css

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

 span { border-color: rgb(156,172,174); }

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