Html Css Color HEX #86D4BC Bermuda

📋 copy color: '#86D4BC'

red 134 ◦ green 212 ◦ blue 188

#86D4BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #86D4BC

Tints of Bermuda #86D4BC

RGB

 RED value IS 134 (52.73% from 255) = 25.09%

 GREEN value IS 212 (83.2% from 255) = 39.7%

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 25.09%
G = 39.7%
B = 35.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#86D4BC (or 0x86D4BC) is known color: Bermuda. HEX triplet: 86, D4 and BC. RGB value is (134,212,188). Sum of RGB (Red+Green+Blue) = 134+212+188=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #86D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D4BC is #792B43. Grayscale: #B9B9B9. Windows color (decimal): -7940932 or 12375174. OLE color: 12375174.

HSL color Cylindrical-coordinate representation of color #86D4BC: hue angle of 161.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D4BC is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 212 188 -
CMYK 0.37 0 0.11 0.17
HSL 161.54º 0.48% 0.68% -
HSV(B) 161.54º 0.37% 0.83% -
XYZ 42.45 55.79 56.11 -
YUV 185.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 134 212 188 0.37 0 0.11 0.17 161.54 0.48 0.68
Hex 86 D4 BC 25 0 B 11 A2 30 44
Octal 206 324 274 45 0 13 21 242 60 104
Binary 10000110 11010100 10111100 100101 0 1011 10001 10100010 110000 1000100

Color Harmonies of #86D4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D4BC

Black with #86D4BC

Text Example


Text Example

White with #86D4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86D4BC;
 }
 .AnyTagClassName
 {
   color: #86D4BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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