#8FCCBB

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

Shades of Bermuda #8FCCBB

Tints of Bermuda #8FCCBB

Color information

#8FCCBB (or 0x8FCCBB) is unknown color: approx Bermuda. HEX triplet: 8F, CC and BB. RGB value is (143,204,187). Sum of RGB (Red+Green+Blue) = 143+204+187=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCBB is #703344. Grayscale: #B7B7B7. Windows color (decimal): -7353157 or 12307599. OLE color: 12307599.

HSL color Cylindrical-coordinate representation of color #8FCCBB: hue angle of 163.28º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCBB is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB143204187-
CMYK0.3000.080.2
HSL163.28º37.42%68.04%-
HSV(B)163.28º29.9%80%-
XYZ41.8952.6154.96-
YUV183.82129.7998.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=26.78%
G=38.20%
B=35.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041870.3000.080.2163.2837.4268.04
Hex8FCCBB1E0814a32544
Octal217314273360102424345104
Binary100011111100110010111011111100100010100101000111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,187); }

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

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

 a { background-color: rgb(143,204,187); }

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

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

 span { border-color: rgb(143,204,187); }

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