#8BC3BD

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

Shades of Bermuda #8BC3BD

Tints of Bermuda #8BC3BD

Color information

#8BC3BD (or 0x8BC3BD) is unknown color: approx Bermuda. HEX triplet: 8B, C3 and BD. RGB value is (139,195,189). Sum of RGB (Red+Green+Blue) = 139+195+189=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC3BD is #743C42. Grayscale: #B1B1B1. Windows color (decimal): -7617603 or 12436363. OLE color: 12436363.

HSL color Cylindrical-coordinate representation of color #8BC3BD: hue angle of 173.57º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC3BD is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB139195189-
CMYK0.2900.030.24
HSL173.57º31.82%65.49%-
HSV(B)173.57º28.72%76.47%-
XYZ39.3548.1955.37-
YUV177.57134.45100.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=26.58%
G=37.28%
B=36.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951890.2900.030.24173.5731.8265.49
Hex8BC3BD1D0318ae2041
Octal21330327535033025640101
Binary1000101111000011101111011110101111000101011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,195,189); }

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

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

 a { background-color: rgb(139,195,189); }

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

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

 span { border-color: rgb(139,195,189); }

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