#8BCBB6

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

Shades of Bermuda #8BCBB6

Tints of Bermuda #8BCBB6

Color information

#8BCBB6 (or 0x8BCBB6) is unknown color: approx Bermuda. HEX triplet: 8B, CB and B6. RGB value is (139,203,182). Sum of RGB (Red+Green+Blue) = 139+203+182=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBB6 is #743449. Grayscale: #B5B5B5. Windows color (decimal): -7615562 or 11979659. OLE color: 11979659.

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

Color convert

RGB139203182-
CMYK0.3200.100.20
HSL160.31º38.1%67.06%-
HSV(B)160.31º31.53%79.61%-
XYZ40.4551.5852.08-
YUV181.47128.397.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.53%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=26.53%
G=38.74%
B=34.73%

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
Decimal1392031820.3200.100.20160.3138.167.06
Hex8BCBB6200A14a02643
Octal213313266400122424046103
Binary1000101111001011101101101000000101010100101000001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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