#BDF0B8

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

Shades of Madang #BDF0B8

Tints of Madang #BDF0B8

Color information

#BDF0B8 (or 0xBDF0B8) is unknown color: approx Madang. HEX triplet: BD, F0 and B8. RGB value is (189,240,184). Sum of RGB (Red+Green+Blue) = 189+240+184=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0B8 is #420F47. Grayscale: #DADADA. Windows color (decimal): -4329288 or 12120253. OLE color: 12120253.

HSL color Cylindrical-coordinate representation of color #BDF0B8: hue angle of 114.64º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF0B8 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB189240184-
CMYK0.2100.230.06
HSL114.64º65.12%83.14%-
HSV(B)114.64º23.33%94.12%-
XYZ60.876.656.93-
YUV218.37108.6107.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 240 (94.14% from 255) = 39.15%
BLUE value IS 184 (72.27% from 255) = 30.02%
R=30.83%
G=39.15%
B=30.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401840.2100.230.06114.6465.1283.14
HexBDF0B8150176734153
Octal275360270250276163101123
Binary10111101111100001011100010101010111110111001110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0B8; }

 p { color: rgb(189,240,184); }

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

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

 a { background-color: rgb(189,240,184); }

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

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

 span { border-color: rgb(189,240,184); }

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