#8BD1BB

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

Shades of Bermuda #8BD1BB

Tints of Bermuda #8BD1BB

Color information

#8BD1BB (or 0x8BD1BB) is unknown color: approx Bermuda. HEX triplet: 8B, D1 and BB. RGB value is (139,209,187). Sum of RGB (Red+Green+Blue) = 139+209+187=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD1BB is #742E44. Grayscale: #B9B9B9. Windows color (decimal): -7614021 or 12308875. OLE color: 12308875.

HSL color Cylindrical-coordinate representation of color #8BD1BB: hue angle of 161.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD1BB is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB139209187-
CMYK0.3300.110.18
HSL161.14º43.21%68.24%-
HSV(B)161.14º33.49%81.96%-
XYZ42.4254.6855.33-
YUV185.56128.8194.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.98%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=25.98%
G=39.07%
B=34.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091870.3300.110.18161.1443.2168.24
Hex8BD1BB210B12a12b44
Octal213321273410132224153104
Binary1000101111010001101110111000010101110010101000011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,209,187); }

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

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

 a { background-color: rgb(139,209,187); }

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

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

 span { border-color: rgb(139,209,187); }

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