#BDDBB0

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

Shades of Madang #BDDBB0

Tints of Madang #BDDBB0

Color information

#BDDBB0 (or 0xBDDBB0) is unknown color: approx Madang. HEX triplet: BD, DB and B0. RGB value is (189,219,176). Sum of RGB (Red+Green+Blue) = 189+219+176=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBB0 is #42244F. Grayscale: #CDCDCD. Windows color (decimal): -4334672 or 11590589. OLE color: 11590589.

HSL color Cylindrical-coordinate representation of color #BDDBB0: hue angle of 101.86º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDBB0 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB189219176-
CMYK0.1400.200.14
HSL101.86º37.39%77.45%-
HSV(B)101.86º19.63%85.88%-
XYZ54.1564.6250.69-
YUV205.13111.56116.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=32.36%
G=37.5%
B=30.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191760.1400.200.14101.8637.3977.45
HexBDDBB0E014E66254d
Octal275333260160241614645115
Binary1011110111011011101100001110010100111011001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBB0; }

 p { color: rgb(189,219,176); }

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

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

 a { background-color: rgb(189,219,176); }

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

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

 span { border-color: rgb(189,219,176); }

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