#86CCBC

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

Shades of Bermuda #86CCBC

Tints of Bermuda #86CCBC

Color information

#86CCBC (or 0x86CCBC) is unknown color: approx Bermuda. HEX triplet: 86, CC and BC. RGB value is (134,204,188). Sum of RGB (Red+Green+Blue) = 134+204+188=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #86CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCBC is #793343. Grayscale: #B5B5B5. Windows color (decimal): -7942980 or 12373126. OLE color: 12373126.

HSL color Cylindrical-coordinate representation of color #86CCBC: hue angle of 166.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CCBC is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB134204188-
CMYK0.3400.080.2
HSL166.29º40.7%66.27%-
HSV(B)166.29º34.31%80%-
XYZ40.551.8855.46-
YUV181.25131.8194.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=25.48%
G=38.78%
B=35.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342041880.3400.080.2166.2940.766.27
Hex86CCBC220814a62942
Octal206314274420102424651102
Binary1000011011001100101111001000100100010100101001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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