Html Css Color HEX #86CCBD Bermuda

📋 copy color: '#86CCBD'

red 134 ◦ green 204 ◦ blue 189

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

Shades of Bermuda #86CCBD

Tints of Bermuda #86CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.71%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 25.43%
G = 38.71%
B = 35.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#86CCBD (or 0x86CCBD) is known color: Bermuda. HEX triplet: 86, CC and BD. RGB value is (134,204,189). Sum of RGB (Red+Green+Blue) = 134+204+189=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #86CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCBD is #793342. Grayscale: #B5B5B5. Windows color (decimal): -7942979 or 12438662. OLE color: 12438662.

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

Color convert

RGB 134 204 189 -
CMYK 0.34 0 0.07 0.2
HSL 167.14º 0.41% 0.66% -
HSV(B) 167.14º 0.34% 0.8% -
XYZ 40.61 51.93 56.03 -
YUV 181.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 134 204 189 0.34 0 0.07 0.2 167.14 0.41 0.66
Hex 86 CC BD 22 0 7 14 A7 29 42
Octal 206 314 275 42 0 7 24 247 51 102
Binary 10000110 11001100 10111101 100010 0 111 10100 10100111 101001 1000010

Color Harmonies of #86CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CCBD

Black with #86CCBD

Text Example


Text Example

White with #86CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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