#8BCDBE

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

Shades of Bermuda #8BCDBE

Tints of Bermuda #8BCDBE

Color information

#8BCDBE (or 0x8BCDBE) is unknown color: approx Bermuda. HEX triplet: 8B, CD and BE. RGB value is (139,205,190). Sum of RGB (Red+Green+Blue) = 139+205+190=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDBE is #743241. Grayscale: #B7B7B7. Windows color (decimal): -7615042 or 12504459. OLE color: 12504459.

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

Color convert

RGB139205190-
CMYK0.3200.070.20
HSL166.36º39.76%67.45%-
HSV(B)166.36º32.2%80.39%-
XYZ41.7752.8756.72-
YUV183.56131.6396.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.03%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=26.03%
G=38.39%
B=35.58%

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
Decimal1392051900.3200.070.20166.3639.7667.45
Hex8BCDBE200714a62843
Octal21331527640072424650103
Binary100010111100110110111110100000011110100101001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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