Html Css Color HEX #9CABB1 Gull Grey

📋 copy color: '#9CABB1'

red 156 ◦ green 171 ◦ blue 177

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

Shades of Gull Grey #9CABB1

Tints of Gull Grey #9CABB1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

 BLUE value IS 177 (69.53% from 255) = 35.12%

R = 30.95%
G = 33.93%
B = 35.12%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9CABB1 (or 0x9CABB1) is known color: Gull Grey. HEX triplet: 9C, AB and B1. RGB value is (156,171,177). Sum of RGB (Red+Green+Blue) = 156+171+177=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #9CABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABB1 is #63544E. Grayscale: #A7A7A7. Windows color (decimal): -6509647 or 11643804. OLE color: 11643804.

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

Color convert

RGB 156 171 177 -
CMYK 0.12 0.03 0 0.31
HSL 197.14º 0.12% 0.65% -
HSV(B) 197.14º 0.12% 0.69% -
XYZ 36.21 39.37 47.29 -
YUV 167.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 156 171 177 0.12 0.03 0 0.31 197.14 0.12 0.65
Hex 9C AB B1 C 3 0 1F C5 C 41
Octal 234 253 261 14 3 0 37 305 14 101
Binary 10011100 10101011 10110001 1100 11 0 11111 11000101 1100 1000001

Color Harmonies of #9CABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CABB1

Black with #9CABB1

Text Example


Text Example

White with #9CABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,171,177); }

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

background-color css

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

 a { background-color: rgb(156,171,177); }

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

border-color css

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

 span { border-color: rgb(156,171,177); }

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