#8CC9BC

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

Shades of Bermuda #8CC9BC

Tints of Bermuda #8CC9BC

Color information

#8CC9BC (or 0x8CC9BC) is unknown color: approx Bermuda. HEX triplet: 8C, C9 and BC. RGB value is (140,201,188). Sum of RGB (Red+Green+Blue) = 140+201+188=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC9BC is #733643. Grayscale: #B5B5B5. Windows color (decimal): -7550532 or 12372364. OLE color: 12372364.

HSL color Cylindrical-coordinate representation of color #8CC9BC: hue angle of 167.21º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC9BC is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB140201188-
CMYK0.3000.060.21
HSL167.21º36.09%66.86%-
HSV(B)167.21º30.35%78.82%-
XYZ40.7850.9855.27-
YUV181.28131.7998.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=26.47%
G=38.00%
B=35.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011880.3000.060.21167.2136.0966.86
Hex8CC9BC1E0615a72443
Octal21431127436062524744103
Binary10001100110010011011110011110011010101101001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,188); }

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

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

 a { background-color: rgb(140,201,188); }

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

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

 span { border-color: rgb(140,201,188); }

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