#BBE1AF

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

Shades of Madang #BBE1AF

Tints of Madang #BBE1AF

Color information

#BBE1AF (or 0xBBE1AF) is unknown color: approx Madang. HEX triplet: BB, E1 and AF. RGB value is (187,225,175). Sum of RGB (Red+Green+Blue) = 187+225+175=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE1AF is #441E50. Grayscale: #D0D0D0. Windows color (decimal): -4464209 or 11526587. OLE color: 11526587.

HSL color Cylindrical-coordinate representation of color #BBE1AF: hue angle of 105.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE1AF is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB187225175-
CMYK0.1700.220.12
HSL105.6º45.45%78.43%-
HSV(B)105.6º22.22%88.24%-
XYZ55.1667.5150.68-
YUV207.94109.41113.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=31.86%
G=38.33%
B=29.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872251750.1700.220.12105.645.4578.43
HexBBE1AF11016C6a2d4e
Octal273341257210261415255116
Binary10111011111000011010111110001010110110011010101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1AF; }

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

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

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

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

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

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

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

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