#B8E8AF

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

Shades of Madang #B8E8AF

Tints of Madang #B8E8AF

Color information

#B8E8AF (or 0xB8E8AF) is unknown color: approx Madang. HEX triplet: B8, E8 and AF. RGB value is (184,232,175). Sum of RGB (Red+Green+Blue) = 184+232+175=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #B8E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8E8AF is #471750. Grayscale: #D3D3D3. Windows color (decimal): -4659025 or 11528376. OLE color: 11528376.

HSL color Cylindrical-coordinate representation of color #B8E8AF: hue angle of 110.53º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8E8AF is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB184232175-
CMYK0.2100.250.09
HSL110.53º55.34%79.8%-
HSV(B)110.53º24.57%90.98%-
XYZ56.367151.29-
YUV211.15107.6108.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.13%
GREEN value IS 232 (91.02% from 255) = 39.26%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=31.13%
G=39.26%
B=29.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842321750.2100.250.09110.5355.3479.8
HexB8E8AF1501996f3750
Octal270350257250311115767120
Binary10111000111010001010111110101011001100111011111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E8AF; }

 p { color: rgb(184,232,175); }

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

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

 a { background-color: rgb(184,232,175); }

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

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

 span { border-color: rgb(184,232,175); }

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