#8BCDB4

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

Shades of Bermuda #8BCDB4

Tints of Bermuda #8BCDB4

Color information

#8BCDB4 (or 0x8BCDB4) is unknown color: approx Bermuda. HEX triplet: 8B, CD and B4. RGB value is (139,205,180). Sum of RGB (Red+Green+Blue) = 139+205+180=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDB4 is #74324B. Grayscale: #B6B6B6. Windows color (decimal): -7615052 or 11849099. OLE color: 11849099.

HSL color Cylindrical-coordinate representation of color #8BCDB4: hue angle of 157.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDB4 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB139205180-
CMYK0.3200.120.20
HSL157.27º39.76%67.45%-
HSV(B)157.27º32.2%80.39%-
XYZ40.7252.4551.16-
YUV182.42126.6397.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.53%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=26.53%
G=39.12%
B=34.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051800.3200.120.20157.2739.7667.45
Hex8BCDB4200C149d2843
Octal213315264400142423550103
Binary1000101111001101101101001000000110010100100111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,180); }

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

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

 a { background-color: rgb(139,205,180); }

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

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

 span { border-color: rgb(139,205,180); }

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