Html Css Color HEX #9DACB0 Gull Grey

📋 copy color: '#9DACB0'

red 157 ◦ green 172 ◦ blue 176

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

Shades of Gull Grey #9DACB0

Tints of Gull Grey #9DACB0

RGB

 RED value IS 157 (61.72% from 255) = 31.09%

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 31.09%
G = 34.06%
B = 34.85%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9DACB0 (or 0x9DACB0) is known color: Gull Grey. HEX triplet: 9D, AC and B0. RGB value is (157,172,176). Sum of RGB (Red+Green+Blue) = 157+172+176=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #9DACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACB0 is #62534F. Grayscale: #A7A7A7. Windows color (decimal): -6443856 or 11578525. OLE color: 11578525.

HSL color Cylindrical-coordinate representation of color #9DACB0: hue angle of 192.63º 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 #9DACB0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 172 176 -
CMYK 0.11 0.02 0 0.31
HSL 192.63º 0.11% 0.65% -
HSV(B) 192.63º 0.11% 0.69% -
XYZ 36.49 39.81 46.83 -
YUV 167.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 157 172 176 0.11 0.02 0 0.31 192.63 0.11 0.65
Hex 9D AC B0 B 2 0 1F C1 B 41
Octal 235 254 260 13 2 0 37 301 13 101
Binary 10011101 10101100 10110000 1011 10 0 11111 11000001 1011 1000001

Color Harmonies of #9DACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACB0

Black with #9DACB0

Text Example


Text Example

White with #9DACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,172,176); }

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

background-color css

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

 a { background-color: rgb(157,172,176); }

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

border-color css

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

 span { border-color: rgb(157,172,176); }

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