#BBD6AF

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

Shades of Madang #BBD6AF

Tints of Madang #BBD6AF

Color information

#BBD6AF (or 0xBBD6AF) is unknown color: approx Madang. HEX triplet: BB, D6 and AF. RGB value is (187,214,175). Sum of RGB (Red+Green+Blue) = 187+214+175=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6AF is #442950. Grayscale: #C9C9C9. Windows color (decimal): -4467025 or 11523771. OLE color: 11523771.

HSL color Cylindrical-coordinate representation of color #BBD6AF: hue angle of 101.54º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD6AF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB187214175-
CMYK0.1300.180.16
HSL101.54º32.23%76.27%-
HSV(B)101.54º18.22%83.92%-
XYZ52.2861.7549.72-
YUV201.48113.05117.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=32.47%
G=37.15%
B=30.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141750.1300.180.16101.5432.2376.27
HexBBD6AFD0121066204c
Octal273326257150222014640114
Binary10111011110101101010111111010100101000011001101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6AF; }

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

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

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

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

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

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

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

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