#8BCDB8

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

Shades of Bermuda #8BCDB8

Tints of Bermuda #8BCDB8

Color information

#8BCDB8 (or 0x8BCDB8) is unknown color: approx Bermuda. HEX triplet: 8B, CD and B8. RGB value is (139,205,184). Sum of RGB (Red+Green+Blue) = 139+205+184=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDB8 is #743247. Grayscale: #B6B6B6. Windows color (decimal): -7615048 or 12111243. OLE color: 12111243.

HSL color Cylindrical-coordinate representation of color #8BCDB8: hue angle of 160.91º degrees, saturation: 0.4, 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 #8BCDB8 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB139205184-
CMYK0.3200.100.20
HSL160.91º39.76%67.45%-
HSV(B)160.91º32.2%80.39%-
XYZ41.1352.6153.33-
YUV182.87128.6396.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.33%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=26.33%
G=38.83%
B=34.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051840.3200.100.20160.9139.7667.45
Hex8BCDB8200A14a12843
Octal213315270400122424150103
Binary1000101111001101101110001000000101010100101000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,184); }

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

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

 a { background-color: rgb(139,205,184); }

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

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

 span { border-color: rgb(139,205,184); }

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