#86CABE

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

Shades of Bermuda #86CABE

Tints of Bermuda #86CABE

Color information

#86CABE (or 0x86CABE) is unknown color: approx Bermuda. HEX triplet: 86, CA and BE. RGB value is (134,202,190). Sum of RGB (Red+Green+Blue) = 134+202+190=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #86CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CABE is #793541. Grayscale: #B4B4B4. Windows color (decimal): -7943490 or 12503686. OLE color: 12503686.

HSL color Cylindrical-coordinate representation of color #86CABE: hue angle of 169.41º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CABE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB134202190-
CMYK0.3400.060.21
HSL169.41º39.08%65.88%-
HSV(B)169.41º33.66%79.22%-
XYZ40.2551.0356.44-
YUV180.3133.4794.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=25.48%
G=38.40%
B=36.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021900.3400.060.21169.4139.0865.88
Hex86CABE220615a92742
Octal20631227642062525147102
Binary100001101100101010111110100010011010101101010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,190); }

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

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

 a { background-color: rgb(134,202,190); }

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

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

 span { border-color: rgb(134,202,190); }

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