#BBDFA8

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

Shades of Madang #BBDFA8

Tints of Madang #BBDFA8

Color information

#BBDFA8 (or 0xBBDFA8) is unknown color: approx Madang. HEX triplet: BB, DF and A8. RGB value is (187,223,168). Sum of RGB (Red+Green+Blue) = 187+223+168=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDFA8 is #442057. Grayscale: #CECECE. Windows color (decimal): -4464728 or 11067323. OLE color: 11067323.

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

Color convert

RGB187223168-
CMYK0.1600.250.13
HSL99.27º46.22%76.67%-
HSV(B)99.27º24.66%87.45%-
XYZ53.9566.1746.97-
YUV205.97106.57114.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 168 (66.02% from 255) = 29.07%
R=32.35%
G=38.58%
B=29.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231680.1600.250.1399.2746.2276.67
HexBBDFA810019D632e4d
Octal273337250200311514356115
Binary10111011110111111010100010000011001110111000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFA8; }

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

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

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

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

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

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

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

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