#BDECAB

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

Shades of Madang #BDECAB

Tints of Madang #BDECAB

Color information

#BDECAB (or 0xBDECAB) is unknown color: approx Madang. HEX triplet: BD, EC and AB. RGB value is (189,236,171). Sum of RGB (Red+Green+Blue) = 189+236+171=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECAB is #421354. Grayscale: #D6D6D6. Windows color (decimal): -4330325 or 11267261. OLE color: 11267261.

HSL color Cylindrical-coordinate representation of color #BDECAB: hue angle of 103.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDECAB is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB189236171-
CMYK0.2000.280.07
HSL103.38º63.11%79.8%-
HSV(B)103.38º27.54%92.55%-
XYZ58.3373.7549.69-
YUV214.54103.43109.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=31.71%
G=39.60%
B=28.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361710.2000.280.07103.3863.1179.8
HexBDECAB1401C7673f50
Octal27535425324034714777120
Binary1011110111101100101010111010001110011111001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECAB; }

 p { color: rgb(189,236,171); }

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

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

 a { background-color: rgb(189,236,171); }

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

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

 span { border-color: rgb(189,236,171); }

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