#8BCCB6

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

Shades of Bermuda #8BCCB6

Tints of Bermuda #8BCCB6

Color information

#8BCCB6 (or 0x8BCCB6) is unknown color: approx Bermuda. HEX triplet: 8B, CC and B6. RGB value is (139,204,182). Sum of RGB (Red+Green+Blue) = 139+204+182=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCB6 is #743349. Grayscale: #B6B6B6. Windows color (decimal): -7615306 or 11979915. OLE color: 11979915.

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

Color convert

RGB139204182-
CMYK0.3200.110.2
HSL159.69º38.92%67.25%-
HSV(B)159.69º31.86%80%-
XYZ40.6852.0552.16-
YUV182.06127.9797.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=26.48%
G=38.86%
B=34.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041820.3200.110.2159.6938.9267.25
Hex8BCCB6200B14a02743
Octal213314266400132424047103
Binary1000101111001100101101101000000101110100101000001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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