#BBFAB9

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

Shades of Fringy Flower #BBFAB9

Tints of Fringy Flower #BBFAB9

Color information

#BBFAB9 (or 0xBBFAB9) is unknown color: approx Fringy Flower. HEX triplet: BB, FA and B9. RGB value is (187,250,185). Sum of RGB (Red+Green+Blue) = 187+250+185=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAB9 is #440546. Grayscale: #DFDFDF. Windows color (decimal): -4457799 or 12188347. OLE color: 12188347.

HSL color Cylindrical-coordinate representation of color #BBFAB9: hue angle of 118.15º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFAB9 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB187250185-
CMYK0.2500.260.02
HSL118.15º86.67%85.29%-
HSV(B)118.15º26%98.04%-
XYZ63.4482.4458.47-
YUV223.75106.13101.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 185 (72.66% from 255) = 29.74%
R=30.06%
G=40.19%
B=29.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501850.2500.260.02118.1586.6785.29
HexBBFAB91901A2765755
Octal273372271310322166127125
Binary1011101111111010101110011100101101010111011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAB9; }

 p { color: rgb(187,250,185); }

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

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

 a { background-color: rgb(187,250,185); }

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

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

 span { border-color: rgb(187,250,185); }

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