#BBFDBF

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

Shades of Fringy Flower #BBFDBF

Tints of Fringy Flower #BBFDBF

Color information

#BBFDBF (or 0xBBFDBF) is unknown color: approx Fringy Flower. HEX triplet: BB, FD and BF. RGB value is (187,253,191). Sum of RGB (Red+Green+Blue) = 187+253+191=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDBF is #440240. Grayscale: #E2E2E2. Windows color (decimal): -4457025 or 12582331. OLE color: 12582331.

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

Color convert

RGB187253191-
CMYK0.2600.250.01
HSL123.64º94.29%86.27%-
HSV(B)123.64º26.09%99.22%-
XYZ65.0284.5862.19-
YUV226.2108.13100.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 191 (75% from 255) = 30.27%
R=29.64%
G=40.10%
B=30.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531910.2600.250.01123.6494.2986.27
HexBBFDBF1A01917c5e56
Octal273375277320311174136126
Binary101110111111110110111111110100110011111110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDBF; }

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

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

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

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

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

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

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

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