#86CEBC

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

Shades of Bermuda #86CEBC

Tints of Bermuda #86CEBC

Color information

#86CEBC (or 0x86CEBC) is unknown color: approx Bermuda. HEX triplet: 86, CE and BC. RGB value is (134,206,188). Sum of RGB (Red+Green+Blue) = 134+206+188=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CEBC is #793143. Grayscale: #B6B6B6. Windows color (decimal): -7942468 or 12373638. OLE color: 12373638.

HSL color Cylindrical-coordinate representation of color #86CEBC: hue angle of 165º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CEBC is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB134206188-
CMYK0.3500.090.19
HSL165º42.35%66.67%-
HSV(B)165º34.95%80.78%-
XYZ40.9852.8455.62-
YUV182.42131.1593.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.38%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=25.38%
G=39.02%
B=35.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1342061880.3500.090.1916542.3566.67
Hex86CEBC230913a52a43
Octal206316274430112324552103
Binary1000011011001110101111001000110100110011101001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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