#BBDFAA

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

Shades of Madang #BBDFAA

Tints of Madang #BBDFAA

Color information

#BBDFAA (or 0xBBDFAA) is unknown color: approx Madang. HEX triplet: BB, DF and AA. RGB value is (187,223,170). Sum of RGB (Red+Green+Blue) = 187+223+170=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDFAA is #442055. Grayscale: #CECECE. Windows color (decimal): -4464726 or 11198395. OLE color: 11198395.

HSL color Cylindrical-coordinate representation of color #BBDFAA: hue angle of 100.75º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDFAA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB187223170-
CMYK0.1600.240.13
HSL100.75º45.3%77.06%-
HSV(B)100.75º23.77%87.45%-
XYZ54.1466.2447.96-
YUV206.19107.57114.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=32.24%
G=38.45%
B=29.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231700.1600.240.13100.7545.377.06
HexBBDFAA10018D652d4d
Octal273337252200301514555115
Binary10111011110111111010101010000011000110111001011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFAA; }

 p { color: rgb(187,223,170); }

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

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

 a { background-color: rgb(187,223,170); }

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

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

 span { border-color: rgb(187,223,170); }

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