#8BBAC8

Color #8BBAC8 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #8BBAC8

Tints of Seagull #8BBAC8

Color information

#8BBAC8 (or 0x8BBAC8) is unknown color: approx Seagull. HEX triplet: 8B, BA and C8. RGB value is (139,186,200). Sum of RGB (Red+Green+Blue) = 139+186+200=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BBAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBAC8 is #744537. Grayscale: #ADADAD. Windows color (decimal): -7619896 or 13154955. OLE color: 13154955.

HSL color Cylindrical-coordinate representation of color #8BBAC8: hue angle of 193.77º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBAC8 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB139186200-
CMYK0.300.0700.22
HSL193.77º35.67%66.47%-
HSV(B)193.77º30.5%78.43%-
XYZ38.6344.7861.25-
YUV173.54142.93103.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=26.48%
G=35.43%
B=38.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391862000.300.0700.22193.7735.6766.47
Hex8BBAC81E7016c22442
Octal21327231036702630244102
Binary10001011101110101100100011110111010110110000101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BBAC8; }

 p { color: rgb(139,186,200); }

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

<style>
 a { background-color: #8BBAC8; }

 a { background-color: rgb(139,186,200); }

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

<style>
 span { border-color: #8BBAC8; }

 span { border-color: rgb(139,186,200); }

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