Html Css Color HEX #9DB1BA Gull Grey

📋 copy color: '#9DB1BA'

red 157 ◦ green 177 ◦ blue 186

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

Shades of Gull Grey #9DB1BA

Tints of Gull Grey #9DB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 30.19%
G = 34.04%
B = 35.77%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DB1BA (or 0x9DB1BA) is known color: Gull Grey. HEX triplet: 9D, B1 and BA. RGB value is (157,177,186). Sum of RGB (Red+Green+Blue) = 157+177+186=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1BA is #624E45. Grayscale: #ABABAB. Windows color (decimal): -6442566 or 12235165. OLE color: 12235165.

HSL color Cylindrical-coordinate representation of color #9DB1BA: hue angle of 198.62º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB1BA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 177 186 -
CMYK 0.16 0.05 0 0.27
HSL 198.62º 0.17% 0.67% -
HSV(B) 198.62º 0.16% 0.73% -
XYZ 38.49 42.16 52.56 -
YUV 172.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 157 177 186 0.16 0.05 0 0.27 198.62 0.17 0.67
Hex 9D B1 BA 10 5 0 1B C7 11 43
Octal 235 261 272 20 5 0 33 307 21 103
Binary 10011101 10110001 10111010 10000 101 0 11011 11000111 10001 1000011

Color Harmonies of #9DB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB1BA

Black with #9DB1BA

Text Example


Text Example

White with #9DB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,177,186); }

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

background-color css

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

 a { background-color: rgb(157,177,186); }

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

border-color css

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

 span { border-color: rgb(157,177,186); }

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