#BBFABF

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

Shades of Fringy Flower #BBFABF

Tints of Fringy Flower #BBFABF

Color information

#BBFABF (or 0xBBFABF) is unknown color: approx Fringy Flower. HEX triplet: BB, FA and BF. RGB value is (187,250,191). Sum of RGB (Red+Green+Blue) = 187+250+191=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFABF is #440540. Grayscale: #E0E0E0. Windows color (decimal): -4457793 or 12581563. OLE color: 12581563.

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

Color convert

RGB187250191-
CMYK0.2500.240.02
HSL123.81º86.3%85.69%-
HSV(B)123.81º25.2%98.04%-
XYZ64.0882.761.87-
YUV224.44109.13101.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 191 (75% from 255) = 30.41%
R=29.78%
G=39.81%
B=30.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501910.2500.240.02123.8186.385.69
HexBBFABF1901827c5656
Octal273372277310302174126126
Binary1011101111111010101111111100101100010111110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFABF; }

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

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

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

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

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

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

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

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