#86CCB7

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

Shades of Bermuda #86CCB7

Tints of Bermuda #86CCB7

Color information

#86CCB7 (or 0x86CCB7) is unknown color: approx Bermuda. HEX triplet: 86, CC and B7. RGB value is (134,204,183). Sum of RGB (Red+Green+Blue) = 134+204+183=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #86CCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCB7 is #793348. Grayscale: #B4B4B4. Windows color (decimal): -7942985 or 12045446. OLE color: 12045446.

HSL color Cylindrical-coordinate representation of color #86CCB7: hue angle of 162º 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 #86CCB7 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB134204183-
CMYK0.3400.100.2
HSL162º40.7%66.27%-
HSV(B)162º34.31%80%-
XYZ39.9751.6752.67-
YUV180.68129.3194.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=25.72%
G=39.16%
B=35.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342041830.3400.100.216240.766.27
Hex86CCB7220A14a22942
Octal206314267420122424251102
Binary1000011011001100101101111000100101010100101000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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