#8BCCB7

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

Shades of Bermuda #8BCCB7

Tints of Bermuda #8BCCB7

Color information

#8BCCB7 (or 0x8BCCB7) is unknown color: approx Bermuda. HEX triplet: 8B, CC and B7. RGB value is (139,204,183). Sum of RGB (Red+Green+Blue) = 139+204+183=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCB7 is #743348. Grayscale: #B6B6B6. Windows color (decimal): -7615305 or 12045451. OLE color: 12045451.

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

Color convert

RGB139204183-
CMYK0.3200.100.2
HSL160.62º38.92%67.25%-
HSV(B)160.62º31.86%80%-
XYZ40.7952.0952.71-
YUV182.17128.4797.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=26.43%
G=38.78%
B=34.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041830.3200.100.2160.6238.9267.25
Hex8BCCB7200A14a12743
Octal213314267400122424147103
Binary1000101111001100101101111000000101010100101000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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