#BBDFAC

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

Shades of Madang #BBDFAC

Tints of Madang #BBDFAC

Color information

#BBDFAC (or 0xBBDFAC) is unknown color: approx Madang. HEX triplet: BB, DF and AC. RGB value is (187,223,172). Sum of RGB (Red+Green+Blue) = 187+223+172=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDFAC is #442053. Grayscale: #CECECE. Windows color (decimal): -4464724 or 11329467. OLE color: 11329467.

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

Color convert

RGB187223172-
CMYK0.1600.230.13
HSL102.35º44.35%77.45%-
HSV(B)102.35º22.87%87.45%-
XYZ54.3366.3248.97-
YUV206.42108.57114.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=32.13%
G=38.32%
B=29.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231720.1600.230.13102.3544.3577.45
HexBBDFAC10017D662c4d
Octal273337254200271514654115
Binary10111011110111111010110010000010111110111001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFAC; }

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

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

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

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

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

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

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

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