#8DCBBE

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

Shades of Bermuda #8DCBBE

Tints of Bermuda #8DCBBE

Color information

#8DCBBE (or 0x8DCBBE) is unknown color: approx Bermuda. HEX triplet: 8D, CB and BE. RGB value is (141,203,190). Sum of RGB (Red+Green+Blue) = 141+203+190=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBBE is #723441. Grayscale: #B6B6B6. Windows color (decimal): -7484482 or 12503949. OLE color: 12503949.

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

Color convert

RGB141203190-
CMYK0.3100.060.20
HSL167.42º37.35%67.45%-
HSV(B)167.42º30.54%79.61%-
XYZ41.6352.0956.58-
YUV182.98131.9698.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=26.40%
G=38.01%
B=35.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031900.3100.060.20167.4237.3567.45
Hex8DCBBE1F0614a72543
Octal21531327637062424745103
Binary10001101110010111011111011111011010100101001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,190); }

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

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

 a { background-color: rgb(141,203,190); }

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

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

 span { border-color: rgb(141,203,190); }

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