#BBD8AF

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

Shades of Madang #BBD8AF

Tints of Madang #BBD8AF

Color information

#BBD8AF (or 0xBBD8AF) is unknown color: approx Madang. HEX triplet: BB, D8 and AF. RGB value is (187,216,175). Sum of RGB (Red+Green+Blue) = 187+216+175=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8AF is #442750. Grayscale: #CACACA. Windows color (decimal): -4466513 or 11524283. OLE color: 11524283.

HSL color Cylindrical-coordinate representation of color #BBD8AF: hue angle of 102.44º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD8AF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB187216175-
CMYK0.1300.190.15
HSL102.44º34.45%76.67%-
HSV(B)102.44º18.98%84.71%-
XYZ52.7962.7749.89-
YUV202.65112.39116.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=32.35%
G=37.37%
B=30.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161750.1300.190.15102.4434.4576.67
HexBBD8AFD013F66224d
Octal273330257150231714642115
Binary1011101111011000101011111101010011111111001101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8AF; }

 p { color: rgb(187,216,175); }

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

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

 a { background-color: rgb(187,216,175); }

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

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

 span { border-color: rgb(187,216,175); }

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