Html Css Color HEX #9DADB2 Gull Grey

📋 copy color: '#9DADB2'

red 157 ◦ green 173 ◦ blue 178

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

Shades of Gull Grey #9DADB2

Tints of Gull Grey #9DADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 30.91%
G = 34.06%
B = 35.04%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9DADB2 (or 0x9DADB2) is known color: Gull Grey. HEX triplet: 9D, AD and B2. RGB value is (157,173,178). Sum of RGB (Red+Green+Blue) = 157+173+178=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 178 - color contains mainly: blue. Hex color #9DADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADB2 is #62524D. Grayscale: #A8A8A8. Windows color (decimal): -6443598 or 11709853. OLE color: 11709853.

HSL color Cylindrical-coordinate representation of color #9DADB2: hue angle of 194.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DADB2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 173 178 -
CMYK 0.12 0.03 0 0.30
HSL 194.29º 0.12% 0.66% -
HSV(B) 194.29º 0.12% 0.7% -
XYZ 36.88 40.27 47.95 -
YUV 168.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 157 173 178 0.12 0.03 0 0.30 194.29 0.12 0.66
Hex 9D AD B2 C 3 0 1E C2 C 42
Octal 235 255 262 14 3 0 36 302 14 102
Binary 10011101 10101101 10110010 1100 11 0 11110 11000010 1100 1000010

Color Harmonies of #9DADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DADB2

Black with #9DADB2

Text Example


Text Example

White with #9DADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,173,178); }

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

background-color css

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

 a { background-color: rgb(157,173,178); }

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

border-color css

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

 span { border-color: rgb(157,173,178); }

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