#BBDCB0

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

Shades of Madang #BBDCB0

Tints of Madang #BBDCB0

Color information

#BBDCB0 (or 0xBBDCB0) is unknown color: approx Madang. HEX triplet: BB, DC and B0. RGB value is (187,220,176). Sum of RGB (Red+Green+Blue) = 187+220+176=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCB0 is #44234F. Grayscale: #CDCDCD. Windows color (decimal): -4465488 or 11590843. OLE color: 11590843.

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

Color convert

RGB187220176-
CMYK0.1500.20.14
HSL105º38.6%77.65%-
HSV(B)105º20%86.27%-
XYZ53.9264.8950.76-
YUV205.12111.57115.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=32.08%
G=37.74%
B=30.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201760.1500.20.1410538.677.65
HexBBDCB0F014E69274e
Octal273334260170241615147116
Binary1011101111011100101100001111010100111011010011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCB0; }

 p { color: rgb(187,220,176); }

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

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

 a { background-color: rgb(187,220,176); }

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

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

 span { border-color: rgb(187,220,176); }

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