#8BCBBD

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

Shades of Bermuda #8BCBBD

Tints of Bermuda #8BCBBD

Color information

#8BCBBD (or 0x8BCBBD) is unknown color: approx Bermuda. HEX triplet: 8B, CB and BD. RGB value is (139,203,189). Sum of RGB (Red+Green+Blue) = 139+203+189=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBBD is #743442. Grayscale: #B6B6B6. Windows color (decimal): -7615555 or 12438411. OLE color: 12438411.

HSL color Cylindrical-coordinate representation of color #8BCBBD: hue angle of 166.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCBBD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB139203189-
CMYK0.3200.070.20
HSL166.88º38.1%67.06%-
HSV(B)166.88º31.53%79.61%-
XYZ41.1951.8755.99-
YUV182.27131.897.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=26.18%
G=38.23%
B=35.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392031890.3200.070.20166.8838.167.06
Hex8BCBBD200714a72643
Octal21331327540072424746103
Binary100010111100101110111101100000011110100101001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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