#BBEFAD

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

Shades of Madang #BBEFAD

Tints of Madang #BBEFAD

Color information

#BBEFAD (or 0xBBEFAD) is unknown color: approx Madang. HEX triplet: BB, EF and AD. RGB value is (187,239,173). Sum of RGB (Red+Green+Blue) = 187+239+173=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEFAD is #441052. Grayscale: #D8D8D8. Windows color (decimal): -4460627 or 11399099. OLE color: 11399099.

HSL color Cylindrical-coordinate representation of color #BBEFAD: hue angle of 107.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBEFAD is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB187239173-
CMYK0.2200.280.06
HSL107.27º67.35%80.78%-
HSV(B)107.27º27.62%93.73%-
XYZ58.975.3150.97-
YUV215.93103.77107.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=31.22%
G=39.90%
B=28.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872391730.2200.280.06107.2767.3580.78
HexBBEFAD1601C66b4351
Octal273357255260346153103121
Binary10111011111011111010110110110011100110110101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFAD; }

 p { color: rgb(187,239,173); }

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

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

 a { background-color: rgb(187,239,173); }

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

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

 span { border-color: rgb(187,239,173); }

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