#8CC8BE

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

Shades of Bermuda #8CC8BE

Tints of Bermuda #8CC8BE

Color information

#8CC8BE (or 0x8CC8BE) is unknown color: approx Bermuda. HEX triplet: 8C, C8 and BE. RGB value is (140,200,190). Sum of RGB (Red+Green+Blue) = 140+200+190=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8BE is #733741. Grayscale: #B4B4B4. Windows color (decimal): -7550786 or 12503180. OLE color: 12503180.

HSL color Cylindrical-coordinate representation of color #8CC8BE: hue angle of 170º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC8BE is Cyan = 0.3, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB140200190-
CMYK0.300.050.22
HSL170º35.29%66.67%-
HSV(B)170º30%78.43%-
XYZ40.7650.656.33-
YUV180.92133.1298.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 200 (78.52% from 255) = 37.74%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=26.42%
G=37.74%
B=35.85%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001900.300.050.2217035.2966.67
Hex8CC8BE1E0516aa2343
Octal21431027636052625243103
Binary10001100110010001011111011110010110110101010101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CC8BE; }

 p { color: rgb(140,200,190); }

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

<style>
 a { background-color: #8CC8BE; }

 a { background-color: rgb(140,200,190); }

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

<style>
 span { border-color: #8CC8BE; }

 span { border-color: rgb(140,200,190); }

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