#BFFBBD

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

Shades of Fringy Flower #BFFBBD

Tints of Fringy Flower #BFFBBD

Color information

#BFFBBD (or 0xBFFBBD) is unknown color: approx Fringy Flower. HEX triplet: BF, FB and BD. RGB value is (191,251,189). Sum of RGB (Red+Green+Blue) = 191+251+189=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBBD is #400442. Grayscale: #E2E2E2. Windows color (decimal): -4195395 or 12450751. OLE color: 12450751.

HSL color Cylindrical-coordinate representation of color #BFFBBD: hue angle of 118.06º degrees, saturation: 0.89, 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 #BFFBBD is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB191251189-
CMYK0.2400.250.02
HSL118.06º88.57%86.27%-
HSV(B)118.06º24.7%98.43%-
XYZ65.1783.7460.87-
YUV225.99107.12103.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 251 (98.44% from 255) = 39.78%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=30.27%
G=39.78%
B=29.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511890.2400.250.02118.0688.5786.27
HexBFFBBD180192765956
Octal277373275300312166131126
Binary1011111111111011101111011100001100110111011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBBD; }

 p { color: rgb(191,251,189); }

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

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

 a { background-color: rgb(191,251,189); }

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

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

 span { border-color: rgb(191,251,189); }

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