#8BCCBD

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

Shades of Bermuda #8BCCBD

Tints of Bermuda #8BCCBD

Color information

#8BCCBD (or 0x8BCCBD) is unknown color: approx Bermuda. HEX triplet: 8B, CC and BD. RGB value is (139,204,189). Sum of RGB (Red+Green+Blue) = 139+204+189=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCBD is #743342. Grayscale: #B6B6B6. Windows color (decimal): -7615299 or 12438667. OLE color: 12438667.

HSL color Cylindrical-coordinate representation of color #8BCCBD: hue angle of 166.15º degrees, saturation: 0.39, 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 #8BCCBD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB139204189-
CMYK0.3200.070.2
HSL166.15º38.92%67.25%-
HSV(B)166.15º31.86%80%-
XYZ41.4352.3556.07-
YUV182.86131.4796.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.13%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=26.13%
G=38.35%
B=35.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041890.3200.070.2166.1538.9267.25
Hex8BCCBD200714a62743
Octal21331427540072424647103
Binary100010111100110010111101100000011110100101001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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