#9CAEB1

Color #9CAEB1 Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #9CAEB1

Tints of Gull Grey #9CAEB1

Color information

#9CAEB1 (or 0x9CAEB1) is unknown color: approx Gull Grey. HEX triplet: 9C, AE and B1. RGB value is (156,174,177). Sum of RGB (Red+Green+Blue) = 156+174+177=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #9CAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAEB1 is #63514E. Grayscale: #A8A8A8. Windows color (decimal): -6508879 or 11644572. OLE color: 11644572.

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

Color convert

RGB156174177-
CMYK0.120.0200.31
HSL188.57º11.86%65.29%-
HSV(B)188.57º11.86%69.41%-
XYZ36.7840.5147.48-
YUV168.96132.54118.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.77%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=30.77%
G=34.32%
B=34.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561741770.120.0200.31188.5711.8665.29
Hex9CAEB1C201Fbdc41
Octal23425626114203727514101
Binary1001110010101110101100011100100111111011110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CAEB1;
 }
 .AnyTagClassName
 {
   color: #9CAEB1;
 }
</style>
background-color css

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

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

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

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

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

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