#86C8BC

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

Shades of Bermuda #86C8BC

Tints of Bermuda #86C8BC

Color information

#86C8BC (or 0x86C8BC) is unknown color: approx Bermuda. HEX triplet: 86, C8 and BC. RGB value is (134,200,188). Sum of RGB (Red+Green+Blue) = 134+200+188=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #86C8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C8BC is #793743. Grayscale: #B2B2B2. Windows color (decimal): -7944004 or 12372102. OLE color: 12372102.

HSL color Cylindrical-coordinate representation of color #86C8BC: hue angle of 169.09º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C8BC is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB134200188-
CMYK0.3300.060.22
HSL169.09º37.5%65.49%-
HSV(B)169.09º33%78.43%-
XYZ39.5650.0155.14-
YUV178.9133.1395.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=25.67%
G=38.31%
B=36.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1342001880.3300.060.22169.0937.565.49
Hex86C8BC210616a92641
Octal20631027441062625146101
Binary100001101100100010111100100001011010110101010011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86C8BC; }

 p { color: rgb(134,200,188); }

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

<style>
 a { background-color: #86C8BC; }

 a { background-color: rgb(134,200,188); }

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

<style>
 span { border-color: #86C8BC; }

 span { border-color: rgb(134,200,188); }

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