#8CC1BD

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

Shades of Bermuda #8CC1BD

Tints of Bermuda #8CC1BD

Color information

#8CC1BD (or 0x8CC1BD) is unknown color: approx Bermuda. HEX triplet: 8C, C1 and BD. RGB value is (140,193,189). Sum of RGB (Red+Green+Blue) = 140+193+189=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC1BD is #733E42. Grayscale: #B0B0B0. Windows color (decimal): -7552579 or 12435852. OLE color: 12435852.

HSL color Cylindrical-coordinate representation of color #8CC1BD: hue angle of 175.47º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC1BD is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB140193189-
CMYK0.2700.020.24
HSL175.47º29.94%65.29%-
HSV(B)175.47º27.46%75.69%-
XYZ39.0747.3955.23-
YUV176.7134.94101.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=26.82%
G=36.97%
B=36.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931890.2700.020.24175.4729.9465.29
Hex8CC1BD1B0218af1e41
Octal21430127533023025736101
Binary100011001100000110111101110110101100010101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,189); }

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

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

 a { background-color: rgb(140,193,189); }

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

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

 span { border-color: rgb(140,193,189); }

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