#BBFCAF

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

Shades of Madang #BBFCAF

Tints of Madang #BBFCAF

Color information

#BBFCAF (or 0xBBFCAF) is unknown color: approx Madang. HEX triplet: BB, FC and AF. RGB value is (187,252,175). Sum of RGB (Red+Green+Blue) = 187+252+175=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFCAF is #440350. Grayscale: #E0E0E0. Windows color (decimal): -4457297 or 11533499. OLE color: 11533499.

HSL color Cylindrical-coordinate representation of color #BBFCAF: hue angle of 110.65º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBFCAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB187252175-
CMYK0.2600.310.01
HSL110.65º92.77%83.73%-
HSV(B)110.65º30.56%98.82%-
XYZ63.0483.2853.31-
YUV223.79100.47101.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=30.46%
G=41.04%
B=28.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872521750.2600.310.01110.6592.7783.73
HexBBFCAF1A01F16f5d54
Octal273374257320371157135124
Binary101110111111110010101111110100111111110111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCAF; }

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

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

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

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

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

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

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

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